Skip to content

Commit

Permalink
Reduce spacing a touch, fix icon spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 11, 2025
1 parent 0ab3665 commit 04dc6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scss/components/_command-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $command-palette-background: color-mix(
&__heading {
font-size: var(--font-size-sm);
margin: 0;
padding: 0.5rem 0.625rem;
padding: 0.375rem 0.625rem;
color: var(--text-color-secondary);

&:not(:first-of-type) {
Expand Down Expand Up @@ -177,7 +177,7 @@ $command-palette-background: color-mix(
justify-content: center;
width: 1.375rem;
height: 1.375rem;
margin-right: 0.75rem;
margin-right: 0.625rem;
overflow: hidden;
pointer-events: none;
color: var(--text-color);
Expand Down

0 comments on commit 04dc6cd

Please sign in to comment.