From b0a7221611b0e420e3df45bbbb54b20aaadea3bf Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 9 Oct 2023 17:17:07 -0500 Subject: [PATCH] feat: allow small primary buttons --- .../_imports/components/c-button/c-button.hbs | 24 +++++++------------ 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/lib/_imports/components/c-button/c-button.hbs b/src/lib/_imports/components/c-button/c-button.hbs index 31cfeefe8..371b2f3e9 100644 --- a/src/lib/_imports/components/c-button/c-button.hbs +++ b/src/lib/_imports/components/c-button/c-button.hbs @@ -8,14 +8,10 @@ {{#if disabled}}disabled{{/if}}> --secondary - {{#if small}} - (no small primary allowed) - {{else}} - - {{/if}} +