Skip to content

Commit

Permalink
Fix content-grid weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 5, 2024
1 parent b2e25d5 commit 9cb4984
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ $colors: (

.badge {
border-radius: px-to-rem(9999px);
background: $meson-red;
background: $destructive_bg_color;
margin-right: px-to-rem(-5px);
margin-top: px-to-rem(-5px);
}
Expand Down Expand Up @@ -1215,6 +1215,8 @@ $colors: (
}

.content-grid {
background: inherit;

child {
border: none;
background: transparent;
Expand Down

0 comments on commit 9cb4984

Please sign in to comment.