Skip to content

Commit

Permalink
fix: use neutral for selected environment tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Nov 6, 2024
1 parent 1175828 commit 572ddd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const StyledHeader = styled('h3')(({ theme }) => ({

const StyledVerticalTabs = styled(VerticalTabs)(({ theme }) => ({
'&&& .selected': {
backgroundColor: theme.palette.secondary.light,
backgroundColor: theme.palette.neutral.light,
},
}));

Expand Down

0 comments on commit 572ddd2

Please sign in to comment.