Skip to content

Commit

Permalink
_functions.scss - soften sunken
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 29, 2023
1 parent e6e069e commit 884bae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helium/gtk-4.0/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
// Sunken controls
@if $level == -1 {
@return
0 -1px 0 0 rgb(0, 0, 0, 0.3),
0 1px 0 0 rgb(255, 255, 255, 0.3);
0 -1px 2px -1px rgb(0, 0, 0, 0.3),
0 1px 2px -1px rgb(255, 255, 255, 0.3);
// Outline border
} @else if $level == 0 {
@return
Expand Down

0 comments on commit 884bae6

Please sign in to comment.