separator lines for tabbar

This commit is contained in:
end-4
2025-04-27 23:49:15 +02:00
parent cc69a4bac4
commit 36e3171391
5 changed files with 21 additions and 4 deletions
@@ -42,7 +42,7 @@ Button {
font.weight: bold ? Font.Bold : isToday == -1 ? Font.Normal : Font.DemiBold
color: (isToday == 1) ? Appearance.m3colors.m3onPrimary :
(isToday == 0) ? Appearance.colors.colOnLayer1 :
Appearance.m3colors.m3outline
Appearance.m3colors.m3outlineVariant
Behavior on color {
ColorAnimation {