fix: font weight buttons

This commit is contained in:
gofnnp 2023-09-16 03:15:46 +04:00
parent 154d869615
commit 5ae5a524f0
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@
}
.button-container__button {
font-weight: 500;
border: none;
bottom: 24px;
width: calc(100% - 64px);

View File

@ -39,6 +39,7 @@
.button {
position: fixed;
font-weight: 500;
border: none;
bottom: 24px;
width: calc(100% - 64px);