File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ const DrawerItem = ({
107107 ? isV3
108108 ? theme . colors . secondaryContainer
109109 : color ( theme . colors . primary ) . alpha ( 0.12 ) . rgb ( ) . string ( )
110- : 'transparent' ;
110+ : undefined ;
111111 const contentColor = active
112112 ? isV3
113113 ? theme . colors . onSecondaryContainer
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ exports[`renders DrawerItem with icon 1`] = `
4444 " marginVertical" : 4 ,
4545 },
4646 {
47- " backgroundColor" : " transparent " ,
47+ " backgroundColor" : undefined ,
4848 " borderRadius" : 28 ,
4949 },
5050 {
@@ -376,7 +376,7 @@ exports[`renders basic DrawerItem 1`] = `
376376 " marginVertical" : 4 ,
377377 },
378378 {
379- " backgroundColor" : " transparent " ,
379+ " backgroundColor" : undefined ,
380380 " borderRadius" : 28 ,
381381 },
382382 {
You can’t perform that action at this time.
0 commit comments