fix: button styles

Partially reverts eaeddda4e4
This commit is contained in:
kolaente 2023-02-15 11:28:25 +01:00
parent fa0e46a399
commit d40729cbe7
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const showIconOnly = computed(() => icon !== '' && typeof slots.default === 'und
</script>
<style lang="scss" scoped>
:where(.button) {
.button {
transition: all $transition;
border: 0;
text-transform: uppercase;