From f2c3ce3fe55da462f326519ee9dcc1a0ba151451 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Tue, 4 Apr 2023 13:48:09 +0300 Subject: [PATCH] Update frontend/src/components/VButton.vue Co-authored-by: Zack Krida --- frontend/src/components/VButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/VButton.vue b/frontend/src/components/VButton.vue index 9628fffaf0b..656821d4224 100644 --- a/frontend/src/components/VButton.vue +++ b/frontend/src/components/VButton.vue @@ -15,7 +15,7 @@ 'gap-x-2': (hasIconEnd || hasIconStart) && (size == 'medium' || size == 'large'), 'gap-x-1': (hasIconEnd || hasIconStart) && size == 'small', - // Custom tailwind classes don't work with CSS modules in Vue. + // Custom tailwind classes don't work with CSS modules in Vue so they are written here explicitly instead of accessed off of `$style`. 'focus-slim-filled': isFilled, 'focus-slim-tx': isBordered || isTransparent, 'description-bold': isNewVariant,