diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-24 01:53:42 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-24 01:53:42 +0000 |
| commit | ed3faf85e6a6e8083128ec68894533738c762b04 (patch) | |
| tree | e8bb6ddc4b0d470c024667ab3ccacd3e2f85cf50 /components/Button.vue | |
| parent | 0248517c6845a6c755d40c89d3d769ce7d60bd03 (diff) | |
Add /live
Diffstat (limited to 'components/Button.vue')
| -rw-r--r-- | components/Button.vue | 3 |
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); } |
