mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Decrease item padding
This commit is contained in:
@@ -45,7 +45,7 @@ export const Command = styled(Cmdk)`
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem 0.5rem;
|
padding: 0.5rem;
|
||||||
color: var(--btn-default-fg);
|
color: var(--btn-default-fg);
|
||||||
font-family: var(--content-font-family);
|
font-family: var(--content-font-family);
|
||||||
background: var(--btn-default-bg);
|
background: var(--btn-default-bg);
|
||||||
|
|||||||
Reference in New Issue
Block a user