diff --git a/app/resources/js/components/input/Button.vue b/app/resources/js/components/input/Button.vue index 8104473..e2811b5 100644 --- a/app/resources/js/components/input/Button.vue +++ b/app/resources/js/components/input/Button.vue @@ -12,8 +12,8 @@ button { margin-top: 20px; padding: 16px 35px; color: #fff; - background: var(--accent-primary); - border-radius: var(--border-radius); + background: var(--wow-accent); + border-radius: var(--wow-border-radius); border: 0px; font-size: 16px; font-weight: 500; @@ -24,4 +24,4 @@ button { button:hover { filter: brightness(1.5); } - \ No newline at end of file +