Reduce spacing a touch, fix icon spacing

This commit is contained in:
Jan Faracik 2025-02-11 17:06:31 +00:00
parent 0ab3665587
commit 04dc6cd222
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ $command-palette-background: color-mix(
&__heading { &__heading {
font-size: var(--font-size-sm); font-size: var(--font-size-sm);
margin: 0; margin: 0;
padding: 0.5rem 0.625rem; padding: 0.375rem 0.625rem;
color: var(--text-color-secondary); color: var(--text-color-secondary);
&:not(:first-of-type) { &:not(:first-of-type) {
@ -177,7 +177,7 @@ $command-palette-background: color-mix(
justify-content: center; justify-content: center;
width: 1.375rem; width: 1.375rem;
height: 1.375rem; height: 1.375rem;
margin-right: 0.75rem; margin-right: 0.625rem;
overflow: hidden; overflow: hidden;
pointer-events: none; pointer-events: none;
color: var(--text-color); color: var(--text-color);