chore: replace old primary background token with new one

This commit is contained in:
Christian Andolf
2025-06-17 15:37:26 +02:00
parent db94a12634
commit 6ca79d6bab
42 changed files with 50 additions and 50 deletions

View File

@@ -17,7 +17,7 @@
.roomContainer {
display: flex;
padding: var(--Spacing-x2);
background-color: var(--Base-Background-Primary-Normal);
background-color: var(--Background-Primary);
border-radius: var(--Corner-radius-md);
align-items: center;
gap: var(--Spacing-x1);

View File

@@ -1,5 +1,5 @@
.container {
background-color: var(--Base-Background-Primary-Normal);
background-color: var(--Background-Primary);
padding: var(--Spacing-x2) var(--Spacing-x3) var(--Spacing-x3);
border-radius: var(--Corner-radius-md);
display: flex;