Skip to content

Commit 233bd1b

Browse files
committed
🐛 fix(statefulchip): green lighten-5 is existed
1 parent 3bbf6fd commit 233bd1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Masa.Stack.Components.Standalone/Masa.Stack.Components.Standalone.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Masa.Blazor" Version="1.10.0" />
15+
<PackageReference Include="Masa.Blazor" Version="1.10.1" />
1616
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="$(MicrosoftPackageVersion)" />
1717
</ItemGroup>
1818

src/Masa.Stack.Components.Standalone/StatefuleChip/SStatefulChip.cs renamed to src/Masa.Stack.Components.Standalone/StatefulChip/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 text--darken-4", color);
113+
return string.Format("{0} lighten-4 {0}--text text--darken-4", color);
114114
}
115115
}

0 commit comments

Comments
 (0)