We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d4905 commit ea714a6Copy full SHA for ea714a6
src/design-system/text/text.css.ts
@@ -46,7 +46,11 @@ export const typography = recipe({
46
success: sx({ color: '$data_green' }),
47
error: sx({ color: '$data_pink' }),
48
warning: sx({ color: '$data_orange' }),
49
- laceGradient: sx({ backgroundImage: '$text_gradient', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent'})
+ laceGradient: sx({
50
+ backgroundImage: '$text_gradient',
51
+ WebkitBackgroundClip: 'text',
52
+ WebkitTextFillColor: 'transparent',
53
+ }),
54
},
55
56
});
0 commit comments