Skip to content

Commit ea714a6

Browse files
chore: lint fix
1 parent 37d4905 commit ea714a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/design-system/text/text.css.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ export const typography = recipe({
4646
success: sx({ color: '$data_green' }),
4747
error: sx({ color: '$data_pink' }),
4848
warning: sx({ color: '$data_orange' }),
49-
laceGradient: sx({ backgroundImage: '$text_gradient', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent'})
49+
laceGradient: sx({
50+
backgroundImage: '$text_gradient',
51+
WebkitBackgroundClip: 'text',
52+
WebkitTextFillColor: 'transparent',
53+
}),
5054
},
5155
},
5256
});

0 commit comments

Comments
 (0)