chore: Sync colors from dashboard to tailwind config (#5656)
This commit is contained in:
committed by
GitHub
parent
704554d453
commit
73f5595762
@@ -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);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user