Merge pull request #1316 from Bilb/add-light-theme

make bottom-buttons leftpane border lighter
pull/1325/head
Audric Ackermann 5 years ago committed by GitHub
commit 791ae546b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -403,11 +403,8 @@ $session-compose-margin: 20px;
flex-grow: 1; flex-grow: 1;
height: 51px; height: 51px;
@at-root .light-theme #{&} { @include themify($themes) {
border: 1px solid $session-shade-15; border: themed('borderActionPanel');
}
@at-root .dark-theme #{&} {
border: 1px solid $session-shade-6;
} }
} }
} }

Loading…
Cancel
Save