File tree Expand file tree Collapse file tree
src/styles/scss/mixins/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "nativescript" : {
1313 "id" : " org.nativescript.theme" ,
1414 "tns-ios" : {
15- "version" : " 6.0.0-rc-2019-06-19-131834-02 "
15+ "version" : " 6.0.0"
1616 },
1717 "tns-android" : {
18- "version" : " 6.0.0-rc-2019-07-04-174325-01 "
18+ "version" : " 6.0.0"
1919 }
2020 },
2121 "dependencies" : {
2626 "nativescript-themes" : " 2.0.1" ,
2727 "nativescript-ui-sidedrawer" : " ^7.0.0-androidx" ,
2828 "nativescript-ui-dataform" : " ^5.0.0-androidx" ,
29- "tns-core-modules" : " ^6.0.0 -rc-2019-07-10-160558-04 "
29+ "tns-core-modules" : " ^6.0.1 -rc-2019-07-11-133202-02 "
3030 },
3131 "devDependencies" : {
3232 "babel-eslint" : " 10.0.2" ,
3535 "eslint" : " 6.0.1" ,
3636 "glob" : " 7.1.4" ,
3737 "lazy" : " 1.0.11" ,
38- "nativescript-dev-webpack" : " ^1.0.0-rc-2019-07-10-161902-03 " ,
38+ "nativescript-dev-webpack" : " ^1.0.0-rc-2019-07-10-215625-05 " ,
3939 "postcss" : " 7.0.17" ,
4040 "postcss-custom-properties" : " 9.0.1" ,
4141 "postcss-loader" : " 3.0.0" ,
Original file line number Diff line number Diff line change 106106
107107@mixin tab ($selectors ) {
108108 #{$selectors } {
109- font-size : 18 ;
109+ font-size : 13 ;
110110
111- Tab Strip {
112- @include colorize ($scale-alternate-background : background 5% );
111+ Tab Strip Item ,
112+ .nt-tab-strip__item {
113+ @include colorize ($color : primary);
113114 }
114115
115- Tab Strip Item {
116- @include colorize ($color : primary);
116+ Tab Strip ,
117+ .nt-tab-strip {
118+ @include colorize ($scale-alternate-background : background 5% );
117119 }
118120
119- Tab Content Item {
121+ Tab Content Item ,
122+ .nt-tab-content__item {
120123 @include colorize ($background : background );
121124 }
122125 }
126+
127+ Bottom Navigation ,
128+ .nt-bottom-navigation {
129+ font-size : 14 ;
130+ }
123131}
124132
125133// Skin
188196}
189197
190198@mixin tab-skin ($selectors ) {
199+ Tab Strip ,
200+ .nt-tab-strip {
201+ @include colorize (
202+ $highlight-color : focus
203+ );
204+ }
205+
191206 #{$selectors } {
192- Tab Strip Item :active {
207+ Tab Strip Item :active ,
208+ .nt-tab-strip__item :active {
193209 @include colorize (
194- $color : focus,
195- $highlight-color : focus
210+ $color : focus
196211 );
197212 }
198213 }
You can’t perform that action at this time.
0 commit comments