Skip to content

Commit 3d69158

Browse files
committed
fixed customization tab color in light mode,
Co-authored-by: Philip Hua <[email protected]> Co-authored-by: Miles Wright <[email protected]> Co-authored-by: William Rittwage <[email protected]> Co-authored-by: Daniel Reilley <[email protected]>
1 parent aa74e20 commit 3d69158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/components/bottom/BottomTabs.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ const useStyles = makeStyles(theme => ({
116116
boxShadow: '0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)',
117117

118118
},
119-
rootLight: isThemeLight => ({
120-
backgroundColor: isThemeLight ? 'blue': 'red'
121-
}),
119+
rootLight: {
120+
backgroundColor: '#003366'
121+
},
122122
bottomHeader: {
123123
flex: 1,
124124
flexDirection: 'row',

0 commit comments

Comments
 (0)