Skip to content

Commit

Permalink
Update frontend/src/components/VButton.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Krida <[email protected]>
  • Loading branch information
obulat and zackkrida committed Apr 4, 2023
1 parent b638bbe commit f2c3ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/VButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f2c3ce3

Please sign in to comment.