Skip to content

Commit b94d448

Browse files
committed
Bump appbar top glow a bit more
1 parent 68ac2ee commit b94d448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Helium/gtk-4.0/_tauos.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,12 +1318,12 @@ button.image-button.disclosure-button {
13181318

13191319
.flat-appbar {
13201320
padding: px-to-rem(4px);
1321-
box-shadow: inset 0 2px 1px 0 gtkalpha(white, #{if($variant == 'light', .3, .12)});
1321+
box-shadow: inset 0 2px 1px 0 gtkalpha(white, #{if($variant == 'light', .5, .15)});
13221322
}
13231323
.appbar {
13241324
padding: px-to-rem(4px);
13251325
background: bg-color(2);
1326-
box-shadow: inset 0 2px 1px 0 gtkalpha(white, #{if($variant == 'light', .3, .12)});
1326+
box-shadow: inset 0 2px 1px 0 gtkalpha(white, #{if($variant == 'light', .5, .15)});
13271327
}
13281328
.appbar .text-field text,
13291329
.flat-appbar .text-field text {

0 commit comments

Comments
 (0)