Skip to content

Commit 701490b

Browse files
authored
fix(tabs): set the correct fluent active tab hover values (#502)
1 parent 12cf187 commit 701490b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ $material-tabs: extend(
245245
/// @prop {Map} button-hover-color [color: ('gray', 600)] - The color used for the button icon/text color on hover.
246246
/// @prop {Map} button-disabled-color [color: ('gray', 400)] - The color used for the disabled button icon/text.
247247
/// @prop {Map} item-active-color [color: ('gray', 800)] - The color used for the active tabs text.
248-
/// @prop {Map} item-active-hover-color [color: ('gray', 800)] - The color used for the active tabs text on hover and focus.
248+
/// @prop {Map} item-active-hover-color [color: ('gray', 900)] - The color used for the active tabs text on hover and focus.
249249
/// @prop {Map} item-active-icon-color [color: ('gray', 800)] - The color used for the active tab icon.
250-
/// @prop {Map} item-active-hover-icon-color [color: ('gray', 800)] - The color used for the active tab icon on hover and focus.
250+
/// @prop {Map} item-active-hover-icon-color [color: ('gray', 900)] - The color used for the active tab icon on hover and focus.
251251
/// @prop {Map} item-hover-icon-color [color: ('gray', 900)] - The color used for the tab icon on hover.
252252
/// @prop {Map} item-icon-color [color: ('gray', 800)] - The color used for the tab icon.
253253
/// @prop {Map} typography [label: (value: 'body-2')] - The typography styles used for the component.
@@ -288,7 +288,7 @@ $fluent-tabs: extend(
288288
item-active-hover-color: (
289289
color: (
290290
'gray',
291-
800,
291+
900,
292292
),
293293
),
294294
item-active-icon-color: (
@@ -300,7 +300,7 @@ $fluent-tabs: extend(
300300
item-active-hover-icon-color: (
301301
color: (
302302
'gray',
303-
800,
303+
900,
304304
),
305305
),
306306
item-hover-icon-color: (

0 commit comments

Comments
 (0)