Skip to content

Commit

Permalink
banner styles
Browse files Browse the repository at this point in the history
  • Loading branch information
codymullins committed Dec 6, 2024
1 parent f88c7f2 commit 425b947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pure.Blazor.Components/Feedback/BannerStyles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Pure.Blazor.Components.Feedback;

public class BannerStyles
{
public static string Base => "p-3 border-1 rounded-sm text-sm";
public static string Base => "p-3 border-1 border-gray-300 rounded-sm text-sm";

public static readonly Dictionary<Accent, string> Container = new()
{
Expand All @@ -23,7 +23,7 @@ public class BannerStyles
{ Accent.Brand, "bg-brand-400 text-gray-900 font-bold" },
{ Accent.Danger, "bg-red-400" },
{ Accent.Success, "bg-green-400" },
{ Accent.Warning, "bg-yellow-400" },
{ Accent.Warning, "bg-yellow-100" },
{ Accent.Default, "bg-gray-300" }
}
},
Expand Down

0 comments on commit 425b947

Please sign in to comment.