fix button coloring plan editor css

This commit is contained in:
mchouliara 2024-09-24 10:39:12 +03:00
parent 412b54be5f
commit 8df11c4adf
1 changed files with 3 additions and 3 deletions

View File

@ -236,13 +236,13 @@ mat-icon.size-16 {
.changes { .changes {
font-weight: 400; font-weight: 400;
color: #ffffff; color: var(--primary-text);
} }
.discard-btn { .discard-btn {
background: transparent; background: transparent;
border: 1px solid #ffffff; border: 1px solid var(--primary-text);
color: white; color: var(--primary-text);
width: 110px; width: 110px;
display: flex; display: flex;
justify-content: center; justify-content: center;