Skip to content

Commit 8c16469

Browse files
committed
karm-kira: Tweaked tabbar style.
1 parent e7977c6 commit 8c16469

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/karm-kira/tabbar.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ export Ui::Child tabbarItem(bool selected, Ui::Send<> onSelect, Ui::Child conten
3535

3636
return Ui::box(
3737
{
38-
.margin = {8, 0, 0, 0},
39-
.padding = {0, 0, 8, 0},
40-
.borderRadii = {4, 4, 0, 0},
38+
.margin = {8, 0},
39+
.borderRadii = 4,
4140
.backgroundFill = Ui::GRAY900,
4241
},
4342
content | Ui::bound()

0 commit comments

Comments
 (0)