Skip to content

Commit

Permalink
Adjust color
Browse files Browse the repository at this point in the history
  • Loading branch information
le-nn committed Apr 28, 2024
1 parent ede812f commit 6242f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/Squircle.Blazor.Demo/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
float? _smoothness = null;
float? _radius = null;

string HalfStyle => $"background:linear-gradient(0deg, #d02948, #19c5e0);width: {_size}px;height:{_size / 2}px;display:flex;align-items: center;justify-content: center;";
string Style => $"background:linear-gradient(0deg, #d02948, #19c5e0);width: {_size}px;height:{_size}px;display:flex;align-items: center;justify-content: center;";
string HalfStyle => $"background:linear-gradient(0deg, #dd4e83, #28a1aa);width: {_size}px;height:{_size / 2}px;display:flex;align-items: center;justify-content: center;";
string Style => $"background:linear-gradient(0deg, #dd4e83, #28a1aa);width: {_size}px;height:{_size}px;display:flex;align-items: center;justify-content: center;";
}

0 comments on commit 6242f68

Please sign in to comment.