style changes

some small style changes like cursor types on hover and some color changes.
This commit is contained in:
2025-07-22 09:26:40 -07:00
parent 118792ec7c
commit 999206b013
5 changed files with 39 additions and 35 deletions
@@ -9,7 +9,7 @@ export function SearchBar({ placeholder="Enter a volcano to search", size="sm",
size={size}
width={width}
borderRadius="full"
bg="base100"
/>
</InputGroup>
);