fix button coloring plan editor css
This commit is contained in:
parent
412b54be5f
commit
8df11c4adf
|
@ -236,13 +236,13 @@ mat-icon.size-16 {
|
|||
|
||||
.changes {
|
||||
font-weight: 400;
|
||||
color: #ffffff;
|
||||
color: var(--primary-text);
|
||||
}
|
||||
|
||||
.discard-btn {
|
||||
background: transparent;
|
||||
border: 1px solid #ffffff;
|
||||
color: white;
|
||||
border: 1px solid var(--primary-text);
|
||||
color: var(--primary-text);
|
||||
width: 110px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in New Issue