chore: Sync colors from dashboard to tailwind config (#5656)

This commit is contained in:
Nithin David Thomas
2022-10-18 01:43:02 +05:30
committed by GitHub
parent 704554d453
commit 73f5595762
9 changed files with 62 additions and 58 deletions

View File

@@ -249,8 +249,8 @@ export default {
display: flex;
align-items: center;
border-radius: calc(var(--border-radius-small) * 10);
height: calc(var(--space-three) * 2);
width: calc(var(--space-three) * 2);
height: calc(var(--space-large) * 2);
width: calc(var(--space-large) * 2);
position: relative;
overflow-wrap: anywhere;
cursor: pointer;
@@ -274,7 +274,7 @@ export default {
display: inline;
height: var(--space-medium);
width: var(--space-micro);
left: var(--space-three);
left: var(--space-large);
position: absolute;
}