From a556416bb60ea4cdefb454a0e7a17e269ded2f05 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:33:45 -0500 Subject: [PATCH] docs: allow small primary buttons (#243) --- .../_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}} +