diff --git a/apps/web/src/design-system/button/Button.styles.ts b/apps/web/src/design-system/button/Button.styles.ts index 1be75f98e6b..7c3f6d3870b 100644 --- a/apps/web/src/design-system/button/Button.styles.ts +++ b/apps/web/src/design-system/button/Button.styles.ts @@ -66,7 +66,7 @@ export const getSubtleStyles = (theme) => { backgroundColor: dark ? theme.white : 'transparent', backgroundClip: 'none !important', color: 'transparent', - '-webkit-text-fill-color': 'initial !important', + WebkitTextFillColor: 'initial !important', }, }, }, @@ -85,7 +85,7 @@ export const getSubtleStyles = (theme) => { backgroundColor: dark ? theme.white : 'transparent', backgroundClip: 'none !important', color: 'transparent', - '-webkit-text-fill-color': 'initial !important', + WebkitTextFillColor: 'initial !important', }, }, },