Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Sep 14, 2024
1 parent 4977699 commit 869e505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ReactWithDotNet.WebSite/HeaderComponents/HeaderMenuBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ protected override Element render()
{
return new a(PaddingTopBottom(20), BorderRadius, PaddingLeft(20), PaddingRight(30), TextDecorationNone, CursorDefault)
{
WidthFull,
GetPageLink(Model.PageName),

LetterSpacingNormal,
BackgroundForPaper,
Hover(Background(Gray50)),
BorderWidth(1),
Hover(Background(Gray50), Border(1,solid,Gray100)),

new FlexRow(AlignItemsCenter, Gap(20), BorderRadius)
{
Expand Down

0 comments on commit 869e505

Please sign in to comment.