Skip to content

Commit

Permalink
🧼 Correct style specifity issues
Browse files Browse the repository at this point in the history
  • Loading branch information
radek2s committed Feb 3, 2024
1 parent e12d4e0 commit 469a981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layout/button/button.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
button {
.root button {
border: none;
border-radius: 16px;
padding: 8px 18px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function DashboardCreateBetCard({ onCreate }: DashboardCreateBetCardProps) {
role="button"
aria-label="Create new bet card"
onClick={show}>
<img src="/bet_competition.svg" alt="Add bet graphic" />
<img src="bet_competition.svg" alt="Add bet graphic" />
<div className="dashboard-action-card__action">
<IconAdd />
Add new bet
Expand Down

0 comments on commit 469a981

Please sign in to comment.