Skip to content

Commit 3bbf6fd

Browse files
committed
🐛 fix(StatefulChip): add text--darken-4
1 parent 0058c09 commit 3bbf6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Masa.Stack.Components.Standalone/StatefuleChip/SStatefulChip.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ protected override void OnParametersSet()
110110

111111
private static string GetColorCss(string color)
112112
{
113-
return string.Format("{0} lighten-5 {0}--text", color);
113+
return string.Format("{0} lighten-5 {0}--text text--darken-4", color);
114114
}
115115
}

0 commit comments

Comments
 (0)