Skip to content

Commit

Permalink
Fix error background color in admin toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Apr 19, 2024
1 parent 6585b82 commit 9240a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/layout/gin_admin_bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ tr.admin-bar-tweak-permissions-processed td.module {
border-radius: 2em;
margin: -4px 0 -5px;
text-align: center;
background-color: var(--gin-error-color);
background-color: var(--gin-color-danger);
line-height: 1;
}

Expand Down
2 changes: 1 addition & 1 deletion styles/layout/gin_admin_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ tr.admin-bar-tweak-permissions-processed td.module {
border-radius: 2em;
margin: -4px 0 -5px;
text-align: center;
background-color: var(--gin-error-color);
background-color: var(--gin-color-danger);
line-height: 1;
}

Expand Down

0 comments on commit 9240a69

Please sign in to comment.