fix button coloring plan editor css
This commit is contained in:
parent
412b54be5f
commit
8df11c4adf
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue