Skip to content

Commit

Permalink
use styles instead of hex color
Browse files Browse the repository at this point in the history
  • Loading branch information
nicocarlier committed Jan 16, 2024
1 parent bb790d7 commit 8c4b324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default styled.div`
top: -1px;
padding-right: 0;
z-index: 100;
border-bottom: 2px solid #e0e0e0;
border-bottom: ${theme.colors.grayscale.light2};
background: ${theme.colors.grayscale.light5};
text-align: left;
}
Expand Down

0 comments on commit 8c4b324

Please sign in to comment.