fix: цвет текста кнопок-действий в панели стереометрии
This commit is contained in:
+1
-1
@@ -291,7 +291,7 @@
|
||||
.st-action-btn {
|
||||
padding: 5px 6px; border-radius: 8px;
|
||||
border: 1px solid var(--border);
|
||||
background: transparent; color: rgba(255,255,255,.45);
|
||||
background: transparent; color: var(--text-2);
|
||||
font-family: 'Manrope', sans-serif; font-size: 0.65rem; font-weight: 600;
|
||||
cursor: pointer; transition: all .13s; text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user