feat: implement new design for button

This commit is contained in:
Christel Westerberg
2024-05-21 14:33:58 +02:00
parent ade1201c95
commit 1bc8753649
14 changed files with 135 additions and 137 deletions

View File

@@ -5,7 +5,7 @@
width: 100%;
height: 37rem;
border-radius: 1.6rem;
background-color: var(--Base-Fill-Normal);
background-color: var(--UI-Grey-10);
text-align: center;
margin-right: 1.6rem;
}

View File

@@ -27,7 +27,7 @@
height: 37rem;
min-width: 32rem;
padding: 4rem 1rem;
background-color: var(--Base-Fill-Normal);
background-color: var(--UI-Grey-10);
border-radius: 1.6rem;
gap: 1.8rem;
}