Skip to content

Commit d9ed8a4

Browse files
committed
chore(tabs): fix docs sentence
1 parent 7f38dd0 commit d9ed8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ $fluent-tabs: extend(
308308
/// @prop {Map} button-hover-color [color: ('primary', 500)] - The color used for the button icon/text color on hover.
309309
/// @prop {Map} button-disabled-color [color: ('primary', 500, .5)] - The color used for the disabled button icon/text.
310310
/// @prop {map} item-hover-background [color: ('surface')] - The background used for the tabs on hover.
311-
/// @prop {map} item-active-hover-background [color: ('surface')] - The color used for the active tab background on hover.
311+
/// @prop {map} item-active-hover-background [color: ('surface')] - The color used for the active tab background on hover and focus.
312312
/// @prop {map} border-color [color: ('gray', 300)] - The color used for the tab items border.
313313
/// @prop {map} border-color--hover [color: ('gray', 200)] - The color used for the tab items border on hover/focus.
314314
/// @prop {List} border-radius [(rem(4px), rem(0), rem(6px))] - The border radius used for tabs.

0 commit comments

Comments
 (0)