diff --git a/src/components/Searchbar.jsx b/src/components/Searchbar.jsx index 6a59cc1..d8201a3 100644 --- a/src/components/Searchbar.jsx +++ b/src/components/Searchbar.jsx @@ -29,7 +29,7 @@ export const Searchbar = () => { - + Image Finder @@ -44,7 +44,7 @@ export const Searchbar = () => { key={idx} id={`theme-radio-${idx}`} type="radio" - variant="secondary" + variant={`outline-${theme === 'light' ? 'dark' : 'light'}`} name="theme" value={radio.value} checked={theme === radio.value}