chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@
|
||||
.addition::before {
|
||||
color: var(--Secondary-Light-On-Surface-Accent);
|
||||
content: "+";
|
||||
margin-right: var(--Spacing-x-half);
|
||||
margin-right: var(--Space-x05);
|
||||
}
|
||||
|
||||
.negation {
|
||||
@@ -19,5 +19,5 @@
|
||||
.negation::before {
|
||||
color: var(--Base-Text-Accent);
|
||||
content: "-";
|
||||
margin-right: var(--Spacing-x-half);
|
||||
margin-right: var(--Space-x05);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user