Skip to content

Commit

Permalink
🎨 eslint format
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed Nov 14, 2023
1 parent 986dd63 commit f6b757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/components/Chip/Styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const SwitchableChip = styled(MuiChip)`
background-color: #def5f5;
}
&.isActive {
background-color: #DEF5F5;
background-color: #def5f5;
opacity: 1;
}
`;
Expand Down

0 comments on commit f6b757e

Please sign in to comment.