workspace pills: size from fontSize instead of hardcoded 20px

This commit is contained in:
Damocles 2026-04-12 21:20:27 +02:00
parent 6f42337008
commit a7bdc964fa

View file

@ -86,8 +86,8 @@ Row {
}
}
width: 20
height: 20
width: M.Theme.fontSize + 4
height: M.Theme.fontSize + 4
radius: M.Theme.radius
color: pill.active ? M.Theme.base0D : (pill._hovered ? M.Theme.base03 : M.Theme.base02)
Behavior on color {