Skip to content

Commit

Permalink
Update css class
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Aug 19, 2024
1 parent dbd43f7 commit b4a89b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ input[type=number] {
/* Firefox */
}

.ChipNew {
.chipNew {
margin-right: 5px;
background: #93B8EC;
border-radius: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/SkDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function SkDrawer() {
<PublicOutlinedIcon />
</ListItemIcon>
<ListItemText primary="Ecosystem" />
<div className="ChipNew">
<div className="chipNew">
<p className={cls(cmn.p, cmn.p5)}>NEW</p>
</div>
</ListItemButton>
Expand Down

0 comments on commit b4a89b0

Please sign in to comment.