added dynamic styles for color transactions in profile

This commit is contained in:
Kostya
2023-11-26 17:26:34 +03:00
parent e9807e0efb
commit 29c426b774
2 changed files with 9 additions and 2 deletions

View File

@@ -152,8 +152,15 @@
}
.transaction-info__text h3 {
color: #EA3D38;
font-weight: 500;
font-family: Montserrat;
font-size: 22px;
}
.deposit-color h3 {
color: #32C966;
}
.withdraw-color h3 {
color: #EA3D38;
}