Merge pull request #6380 from gabrielbazan7/fix/statusBar

fix status bar color for android devices
This commit is contained in:
Javier Donadío 2017-07-11 10:09:49 -03:00 committed by GitHub
commit 79a78d9937
5 changed files with 17 additions and 10 deletions

View file

@ -43,8 +43,8 @@ $v-wallet-color-map: (
13: (color: #7a8c9e, name: 'Light Slate Grey')
) !default;
/* Theme */
$v-default-wallet-color-index: 6 !default; // See $v-wallet-color-map
/* Theme */
$v-default-wallet-color-index: 8 !default; // See $v-wallet-color-map
$v-subtle-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) !default;
$v-hovering-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3) !default;
$v-subtle-radius: 3px !default;