pl,pr,plr

This commit is contained in:
yoy 2025-10-17 15:06:50 +02:00
parent 8ea10c2901
commit b824e98d1c
119 changed files with 191 additions and 211 deletions

View file

@ -29,7 +29,7 @@ export class RowButton implements Component<RowButtonAttrs> {
return m(BaseButton, {
label: attrs.label,
text: m(
".plr-button.text-ellipsis",
".plr-8.text-ellipsis",
{
style: { color },
// When the label doesn't match content, screen readers read both
@ -51,7 +51,7 @@ export class RowButton implements Component<RowButtonAttrs> {
: attrs.icon === "none"
? m(".icon-24.mr-8")
: null,
class: "flex items-center state-bg button-content plr-button " + attrs.class,
class: "flex items-center state-bg button-content plr-8 " + attrs.class,
style: {
...attrs.style,
color,