Skip to content

Commit

Permalink
refactor(QTab): ios theme default "unselected" color
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Feb 22, 2018
1 parent 6fbc844 commit a4c463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/variables.ios.styl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ $tabs-big-screen-side-padding ?= 12px
$tabs-pane-padding ?= 12px
$tabs-color ?= $toolbar-color
$tabs-background ?= $toolbar-background
$tabs-inverted-color ?= $grey-6
$tabs-inverted-color ?= $grey-7
$tabs-inverted-background ?= white
$tabs-pane-border ?= 1px solid rgba(0, 0, 0, .1)
$tabs-unselected-opacity ?= .6
Expand Down

0 comments on commit a4c463f

Please sign in to comment.