Skip to content

Commit 971b348

Browse files
Use Baseweb color tokens for shadow
Signed-off-by: Adhitya Mamallan <adhitya.mamallan@uber.com>
1 parent 063e14a commit 971b348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/views/shared/workflows-list/workflows-list.styles.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ export const styled = {
1111
display: 'none',
1212
},
1313
backgroundImage: [
14-
'linear-gradient(to right, #FFFFFF 30%, rgba(255, 255, 255, 0))',
15-
'linear-gradient(to left, #FFFFFF 30%, rgba(255, 255, 255, 0))',
16-
'linear-gradient(to right, rgba(124, 124, 124, 0.1), rgba(124, 124, 124, 0))',
17-
'linear-gradient(to left, rgba(124, 124, 124, 0.1), rgba(124, 124, 124, 0))',
14+
`linear-gradient(to right, ${$theme.colors.backgroundPrimary} 30%, ${$theme.colors.backgroundPrimary}00)`,
15+
`linear-gradient(to left, ${$theme.colors.backgroundPrimary} 30%, ${$theme.colors.backgroundPrimary}00)`,
16+
`linear-gradient(to right, ${$theme.colors.borderTransparent}, ${$theme.colors.borderSelected}00)`,
17+
`linear-gradient(to left, ${$theme.colors.borderTransparent}, ${$theme.colors.borderSelected}00)`,
1818
].join(', '),
1919
backgroundPosition: 'left center, right center, left center, right center',
2020
backgroundRepeat: 'no-repeat',

0 commit comments

Comments
 (0)