@@ -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