Skip to content

Commit 8bb26bc

Browse files
committed
change background to grey
1 parent 24ec514 commit 8bb26bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/left/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Sidebar: React.FC<SidebarProps> = ({ value, setValue }) => {
2222
}}
2323
TabIndicatorProps={{
2424
style: {
25-
backgroundColor: 'red'
25+
backgroundColor: '#4A4A4A'
2626
}
2727
}}
2828
sx={{

0 commit comments

Comments
 (0)