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

@@ -104,7 +104,7 @@ export default {
.new-popover-link {
display: flex;
align-items: center;
padding: var(--space-half) var(--space-one);
padding: var(--space-smaller) var(--space-small);
background-color: var(--s-25);
font-size: var(--font-size-mini);
color: var(--s-500);

View File

@@ -118,6 +118,6 @@ table {
justify-content: center;
color: var(--s-500);
font-size: var(--font-size-default);
margin-top: var(--space-three);
margin-top: var(--space-large);
}
</style>