Update button components

This commit is contained in:
adilallo
2026-02-03 10:02:18 -07:00
parent 5beb3193cb
commit 8f0db08d0f
10 changed files with 86 additions and 145 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export function RuleStackView({
{/* See all templates button */}
<div className="flex justify-center">
<Button variant="outlined" size="large">
<Button variant="outline" size="large">
{t("button.seeAllTemplates")}
</Button>
</div>