aboutsummaryrefslogtreecommitdiffstats
path: root/components/Button.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/Button.vue')
-rw-r--r--components/Button.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/Button.vue b/components/Button.vue
index 2d24bad..ce9eefc 100644
--- a/components/Button.vue
+++ b/components/Button.vue
@@ -42,7 +42,6 @@ defineProps({
<style scoped>
button {
- width: 100%;
display: flex;
justify-content: center;
align-items: center;
@@ -90,7 +89,7 @@ button.primary:hover {
}
button.secondary {
- background-color: var(--color-background);
+ background-color: unset;
border: 1px solid var(--color-primary);
color: var(--color-primary);
}