File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export function Search() {
6868 type = "button"
6969 ref = { searchButtonRef }
7070 onClick = { onOpen }
71- className = "group flex w-full items-center space-x-3 rounded-md border-2 border-gray-200 bg-gray-100 py-1.5 px-1.5 font-medium leading-6 text-gray-500 transition duration-200 ease-in-out hover:text-gray-600 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 sm:space-x-4 sm:px-4 lg:px-4"
71+ className = "group flex w-full items-center space-x-3 rounded-md border-2 border-gray-200 bg-gray-100 py-1.5 px-1.5 font-medium leading-6 text-gray-500 hover:text-gray-600 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 sm:space-x-4 sm:px-4 lg:px-4"
7272 >
7373 < svg
7474 width = "24"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default function ThemeChanger() {
3737 }
3838
3939 return (
40- < div className = "flex items-center justify-center rounded-md border-2 border-gray-300 bg-gray-50 p-1.5 transition-all duration-300 ease-in-out dark:border-gray-500 dark:bg-gray-800 " >
40+ < div className = "flex items-center justify-center rounded-md border-2 border-gray-300 bg-gray-50 p-1.5 dark:border-gray-500 dark:bg-gray-800 " >
4141 { renderThemeChanger ( ) }
4242 </ div >
4343 )
You can’t perform that action at this time.
0 commit comments