mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-19 04:25:43 -05:00
fix search
This commit is contained in:
@@ -186,7 +186,7 @@ const Builds: Component<{ close: () => void }> = (p) => {
|
||||
>
|
||||
<Grid gap="0rem">
|
||||
{build.name}
|
||||
<div style={{ opacity: 0.6, "font-size": "0.9rem" }}>build</div>
|
||||
<Flex style={{ opacity: 0.6, "font-size": "0.9rem" }}>build</Flex>
|
||||
</Grid>
|
||||
</Button>
|
||||
)}
|
||||
@@ -219,9 +219,7 @@ const Servers: Component<{ close: () => void }> = (p) => {
|
||||
}}
|
||||
>
|
||||
<Grid gap="0rem">
|
||||
<Flex alignItems="center">
|
||||
<div>{server.name}</div>
|
||||
</Flex>
|
||||
<Flex alignItems="center">{server.name}</Flex>
|
||||
<Flex
|
||||
alignItems="center"
|
||||
gap="0.2rem"
|
||||
|
||||
Reference in New Issue
Block a user