Skip to content

Commit

Permalink
Change the style of badge
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Aug 23, 2022
1 parent 193b7a6 commit 2a9a7f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/components/_badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
color: var(--badge-color);
font-size: font-size("small");
padding: 2px 13px;
font-weight: 500;
}
8 changes: 4 additions & 4 deletions app/assets/stylesheets/settings/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
--player-progress-color: #{$purple};

/* Badge */
--badge-bg-color: #{$purple};
--badge-color: #{$white};
--badge-bg-color: #{color.change($purple-light, $alpha: 0.2)};
--badge-color: #{$purple};

/* Card */
--card-border-color: #{$grey-lighter};
Expand Down Expand Up @@ -224,8 +224,8 @@
--player-progress-color: #{$purple};

/* Badge */
--badge-bg-color: #{$purple};
--badge-color: #{$white};
--badge-bg-color: #{color.change($purple, $alpha: 0.2)};
--badge-color: #{$purple-light};

/* Card */
--card-border-color: #{$black-lighter};
Expand Down

0 comments on commit 2a9a7f8

Please sign in to comment.