Skip to content

Commit 59d713f

Browse files
committed
revert back to tokens
1 parent e86e9d5 commit 59d713f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

core/src/themes/ionic/ionic.theme.default.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,24 +98,24 @@ $ionic-colors: (
9898
),
9999
warning: (
100100
bold: (
101-
base: #FFD600,
102-
base-rgb: '255, 214, 0',
101+
base: globals.$ion-bg-warning-base-default,
102+
base-rgb: globals.$ion-bg-warning-base-default-rgb,
103103
contrast: globals.$ion-text-default,
104104
contrast-rgb: globals.$ion-text-default-rgb,
105-
shade: #C3A400,
105+
shade: globals.$ion-bg-warning-base-press,
106106
// TODO this is not a verified value
107107
tint: globals.$ion-primitives-yellow-300,
108-
foreground: #966503,
108+
foreground: globals.$ion-text-warning,
109109
),
110110
subtle: (
111-
base: #FFF5DB,
112-
base-rgb: '255, 245, 219',
113-
contrast: #966503,
114-
contrast-rgb: '150, 101, 3',
111+
base: globals.$ion-bg-warning-subtle-default,
112+
base-rgb: globals.$ion-bg-warning-subtle-default-rgb,
113+
contrast: globals.$ion-text-warning,
114+
contrast-rgb: globals.$ion-text-warning-rgb,
115115
shade: globals.$ion-bg-warning-subtle-press,
116116
// TODO this is not a verified value
117117
tint: globals.$ion-primitives-yellow-100,
118-
foreground: #966503,
118+
foreground: globals.$ion-text-warning,
119119
),
120120
),
121121
danger: (

0 commit comments

Comments
 (0)