diff --git a/src/styles/buttons.css b/src/styles/buttons.css index 44363ae..1cce19b 100644 --- a/src/styles/buttons.css +++ b/src/styles/buttons.css @@ -6,6 +6,12 @@ @apply border border-transparent bg-[--btn-background] text-[--btn-text]; } +.btn-outline{ + @apply border-2; + border-color: rgba(148, 163, 184, 0.08); + +} + .btn-primary:hover { @apply bg-[--btn-background-hover] text-[--btn-text-hover]; }