File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sass/themes/schemas/components/light Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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: (
You can’t perform that action at this time.
0 commit comments