Skip to content

Commit 52c3341

Browse files
fix(tab): wrong button color in fluent theme (#12390)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 5a86558 commit 52c3341

File tree

1 file changed

+1
-1
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_tabs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ $fluent-tabs: extend(
159159
),
160160

161161
button-disabled-color: (
162-
color: ('gray', 500)
162+
color: ('gray', 400)
163163
),
164164
)
165165
);

0 commit comments

Comments
 (0)