+
{phone && (
-
+ <>
+
+
+
+ >
)}
-
+
+
diff --git a/src/styles/globals.css b/src/styles/globals.css
index c5bad04..749bd7d 100755
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -29,11 +29,9 @@
transition-timing-function: inherit;
}
-/* FontAwesome duotone icon colors — uses brand tokens */
+/* FontAwesome duotone — icons inherit color from parent via currentColor.
+ Secondary layer opacity controls the duotone effect. */
:root {
- --fa-primary-color: var(--color-fg-brand-primary);
- --fa-secondary-color: var(--color-fg-brand-secondary);
- --fa-primary-opacity: 1;
--fa-secondary-opacity: 0.4;
}
diff --git a/src/styles/theme.css b/src/styles/theme.css
index 3fbe8aa..9cf83fb 100644
--- a/src/styles/theme.css
+++ b/src/styles/theme.css
@@ -769,8 +769,8 @@
--color-avatar-styles-bg-neutral: rgb(224 224 224);
--color-button-destructive-primary-icon: var(--color-error-300);
--color-button-destructive-primary-icon_hover: var(--color-error-200);
- --color-button-primary-icon: var(--color-brand-300);
- --color-button-primary-icon_hover: var(--color-brand-200);
+ --color-button-primary-icon: var(--color-white);
+ --color-button-primary-icon_hover: var(--color-white);
--color-featured-icon-light-fg-brand: var(--color-brand-600);
--color-featured-icon-light-fg-error: var(--color-error-600);
--color-featured-icon-light-fg-gray: var(--color-gray-500);
@@ -1190,8 +1190,8 @@
--color-avatar-styles-bg-neutral: rgb(224 224 224 / 1);
--color-button-destructive-primary-icon: var(--color-error-300);
--color-button-destructive-primary-icon_hover: var(--color-error-200);
- --color-button-primary-icon: var(--color-brand-300);
- --color-button-primary-icon_hover: var(--color-brand-200);
+ --color-button-primary-icon: var(--color-white);
+ --color-button-primary-icon_hover: var(--color-white);
--color-featured-icon-light-fg-brand: var(--color-brand-200);
--color-featured-icon-light-fg-error: var(--color-error-200);
--color-featured-icon-light-fg-gray: var(--color-gray-200);