From 49411a415851e509c9c393a11aa2a72376b359fe Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 10 Dec 2020 23:57:42 -0600 Subject: [PATCH] Fix link button class groups --- components/link-button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/link-button.vue b/components/link-button.vue index da47ea1..cdf3a2a 100644 --- a/components/link-button.vue +++ b/components/link-button.vue @@ -48,7 +48,7 @@ export default { const mergedClassGroups = { ...defaultClassGroups, - ...this.inputClassGroups + ...this.classGroups } if (this.isFocused) {