mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
Update search button text to "Search..." for better clarity.
This commit is contained in:
@@ -427,7 +427,7 @@ function App() {
|
|||||||
mr={2}
|
mr={2}
|
||||||
{...getNeumorphicStyle(colorMode as 'light' | 'dark')}
|
{...getNeumorphicStyle(colorMode as 'light' | 'dark')}
|
||||||
>
|
>
|
||||||
<Text>SEARCH</Text>
|
<Text>Search...</Text>
|
||||||
</Button>
|
</Button>
|
||||||
{isSearchOpen && <Box
|
{isSearchOpen && <Box
|
||||||
w="200px"
|
w="200px"
|
||||||
|
Reference in New Issue
Block a user