File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66
77:host {
88 --background : #{globals .$ion-bg-surface-default } ;
9- --background-activated : #{globals .$ion-primitives-neutral-200 } ;
9+ --background-activated : #{globals .$ion-bg-select-default } ;
1010 --border-color : #{globals .$ion-primitives-neutral-300 } ;
1111 --border-style : #{globals .$ion-border-style-solid } ;
1212 --border-width : #{0 0 globals .$ion-border-size-025 0 } ;
1313 --color : #{globals .$ion-text-default } ;
14- --detail-icon-color : #{globals .$ion-primitives-neutral-800 } ;
1514 --detail-icon-font-size : #{globals .$ion-scale-600 } ;
1615 --detail-icon-opacity : 1 ;
1716 --min-height : #{globals .$ion-scale-1800 } ;
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ $ionic-colors: (
211211// --------------------------------------------------
212212
213213$tabbar-ionic-background : var (--ion-tab-bar-background , globals .$ion-bg-surface-default );
214- $tabbar-ionic-background-activated : var (--ion-tab-bar-background-activated , globals .$ion-primitives-neutral-100 );
214+ $tabbar-ionic-background-activated : var (--ion-tab-bar-background-activated , globals .$ion-bg-select-default );
215215$tabbar-ionic-background-focused : var (--ion-tab-bar-background-focused , transparent );
216216$tabbar-ionic-color : var (--ion-tab-bar-color , globals .$ion-primitives-neutral-800 );
217217$tabbar-ionic-color-selected : var (--ion-tab-bar-color-selected , globals .$ion-text-primary );
You can’t perform that action at this time.
0 commit comments