Skip to content

Commit

Permalink
Use Primer colors for warning bar
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger authored and oliverguenther committed Oct 14, 2024
1 parent 6f75838 commit 0b8b15a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/global_styles/layout/_warning_bar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
width: 100%

.warning-bar--item
background-color: #f4f4aa
background-color: var(--bgColor-attention-emphasis)
color: var(--fgColor-onEmphasis)
padding: 10px
display: flex
align-items: center
Expand Down

0 comments on commit 0b8b15a

Please sign in to comment.