chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
+2
-2
@@ -16,10 +16,10 @@
|
||||
|
||||
.th {
|
||||
text-align: left;
|
||||
padding: var(--Spacing-x2) var(--Spacing-x4);
|
||||
padding: var(--Space-x2) var(--Space-x4);
|
||||
}
|
||||
|
||||
.td {
|
||||
text-align: left;
|
||||
padding: var(--Spacing-x2) var(--Spacing-x4);
|
||||
padding: var(--Space-x2) var(--Space-x4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user