mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Adjust styles
This commit is contained in:
@@ -18,7 +18,6 @@ export const Command = styled(Cmdk)`
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
padding: 1.3rem 0.5rem;
|
padding: 1.3rem 0.5rem;
|
||||||
color: var(--input-fg);
|
color: var(--input-fg);
|
||||||
font-size: 1.2rem;
|
|
||||||
font-family: var(--content-font-family);
|
font-family: var(--content-font-family);
|
||||||
background: var(--input-bg);
|
background: var(--input-bg);
|
||||||
border: none;
|
border: none;
|
||||||
@@ -59,7 +58,7 @@ export const Command = styled(Cmdk)`
|
|||||||
|
|
||||||
&[data-selected] {
|
&[data-selected] {
|
||||||
color: var(--btn-default-fg-hover);
|
color: var(--btn-default-fg-hover);
|
||||||
background: rgba(255, 255, 255, 10%);
|
background: var(--btn-default-bg-hover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user