From deb4e348953ac5c9c3928f2b2d0ff284005644ef Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 19 May 2023 01:23:28 -0700 Subject: [PATCH] Adjust styles --- src/renderer/features/search/components/command.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/renderer/features/search/components/command.tsx b/src/renderer/features/search/components/command.tsx index a8f7bcd5..9b2c4081 100644 --- a/src/renderer/features/search/components/command.tsx +++ b/src/renderer/features/search/components/command.tsx @@ -18,7 +18,6 @@ export const Command = styled(Cmdk)` margin-bottom: 1rem; padding: 1.3rem 0.5rem; color: var(--input-fg); - font-size: 1.2rem; font-family: var(--content-font-family); background: var(--input-bg); border: none; @@ -59,7 +58,7 @@ export const Command = styled(Cmdk)` &[data-selected] { color: var(--btn-default-fg-hover); - background: rgba(255, 255, 255, 10%); + background: var(--btn-default-bg-hover); } }