Skip to content

Commit 0c4b494

Browse files
authored
refactor(rating): update indigo colors (#514)
1 parent 367e9db commit 0c4b494

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sass/themes/schemas/components/light/_rating.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ $bootstrap-rating: extend(
165165
/// @type {Map}
166166
/// @prop {Map} label-color [color: ('gray', 800)] - sets the color for the label.
167167
/// @prop {Map} value-label [color: ('gray', 800)] - sets the color for the value label.
168-
/// @prop {Map} symbol-empty-color [color: ('gray', 500)] - sets the idle color for the symbol when it is a plane text.
169-
/// @prop {Map} symbol-full-color [color: ('warn', 300)] - sets the color in selected state for the symbol when it is a plane text.
168+
/// @prop {Map} symbol-empty-color [color: ('gray', 600)] - sets the idle color for the symbol when it is a plane text.
169+
/// @prop {Map} symbol-full-color [color: ('warn', 600)] - sets the color in selected state for the symbol when it is a plane text.
170170
/// @prop {Map} disabled-label-color [color: ('gray', 900, .2)] - sets the color for the label in disabled state.
171171
/// @prop {Map} disabled-value-label [color: ('gray', 900, .2)] - sets the color for the value in disabled state.
172172
/// @prop {Map} disabled-empty-symbol-color [color: ('gray', 500, .4)] - sets the idle color for the symbol in disabled state when it is a plane text.
@@ -191,13 +191,13 @@ $indigo-rating: extend(
191191
symbol-empty-color: (
192192
color: (
193193
'gray',
194-
500,
194+
600,
195195
),
196196
),
197197
symbol-full-color: (
198198
color: (
199199
'warn',
200-
300,
200+
600,
201201
),
202202
),
203203
disabled-label-color: (

0 commit comments

Comments
 (0)