CASH-1477: Darker font for secondary modal cta button

This commit is contained in:
Chris Redelinghuys 2025-09-05 15:13:55 -04:00
parent 6f5a8e380c
commit e5ca66cc35
2 changed files with 4 additions and 1 deletions

View file

@ -268,6 +268,9 @@ export default {
button {
margin: 0;
border-radius: 50rem;
&.btn-secondary {
font-weight: 600;
}
}
}
}

View file

@ -117,7 +117,7 @@ export default {
background: transparent;
border: 1px solid $blue;
color: $blue;
font-weight: 600;
font-weight: 500;
transition: all 150ms linear;
height: 3rem;
&:hover,