chore: Update theme pill-button default value and styles

This commit is contained in:
Mauro Balades
2024-07-23 11:35:26 +02:00
parent 26b633553c
commit 9c6b0912a5
12 changed files with 47 additions and 17 deletions

View File

@@ -83,5 +83,10 @@ Preferences.addAll([
id: "zen.view.sidebar-expanded",
type: "bool",
default: true,
},
{
id: "zen.theme.pill-button",
type: "bool",
default: true,
}
]);