diff options
Diffstat (limited to 'scss/common.scss')
| -rw-r--r-- | scss/common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/common.scss b/scss/common.scss index 3448bb5..d0fb799 100644 --- a/scss/common.scss +++ b/scss/common.scss @@ -9,7 +9,7 @@ label.icon { .screen-corner { @include lib.rounded(15); - background-color: scheme.$mantle; + background-color: scheme.$base; } .notification { |