aboutsummaryrefslogtreecommitdiffstats
path: root/components/Button.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-01-24 01:53:42 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-01-24 01:53:42 +0000
commited3faf85e6a6e8083128ec68894533738c762b04 (patch)
treee8bb6ddc4b0d470c024667ab3ccacd3e2f85cf50 /components/Button.vue
parent0248517c6845a6c755d40c89d3d769ce7d60bd03 (diff)
Add /live
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);
}