mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(themer): adds varible for focused
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Color } from './components/Color';
|
||||
export interface ThemeVariable {
|
||||
property: string;
|
||||
quickPick?: {text: string},
|
||||
quickPick?: {text: string};
|
||||
value?: Color | number | string;
|
||||
computed?: {type: ComputedType, params: any}
|
||||
computed?: {type: ComputedType, params: any};
|
||||
}
|
||||
|
||||
export enum ComputedType {
|
||||
@@ -528,6 +528,9 @@ export const THEME_VARIABLES: ThemeVariable[] = [
|
||||
{
|
||||
property: '--ion-tabbar-background-color'
|
||||
},
|
||||
{
|
||||
property: '--tabbar-background-color-focused'
|
||||
},
|
||||
{
|
||||
property: '--ion-tabbar-border-color'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user