Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvuong committed Nov 10, 2023
1 parent d54a4d4 commit 7d1c3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const ColorRefinements = ({filter, toggleFilter, selectedFilters}) => {
<Center
{...styles.swatchButton}
marginRight={0}
border={'1px solid black'}
border="1px solid black"
>
<Box
marginRight={0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
},
control: {
marginTop: '2px',
borderColor: 'gray.600',
borderColor: 'gray.500',
_checked: {
backgroundColor: 'blue.600',
borderColor: 'blue.600',
Expand Down

0 comments on commit 7d1c3e4

Please sign in to comment.