mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
Minor styling changes
This commit is contained in:
parent
c45cb62e2d
commit
3de1ce8f2f
2 changed files with 2 additions and 3 deletions
|
|
@ -346,8 +346,7 @@ export function Explore() {
|
||||||
icon={Icons.Server}
|
icon={Icons.Server}
|
||||||
action={{
|
action={{
|
||||||
alwaysVisible: false,
|
alwaysVisible: false,
|
||||||
icon: Icons.Bookmark,
|
icon: Icons.Minus,
|
||||||
filled: true,
|
|
||||||
onClick: () => removeServerBookmarkCallback(server),
|
onClick: () => removeServerBookmarkCallback(server),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ function ServerCard({ serverName, onExplore }: ServerCardProps) {
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
<Button onClick={onExplore} variant="Secondary" fill="Soft" size="300">
|
<Button onClick={onExplore} variant="Secondary" size="300">
|
||||||
<Text size="B300" truncate>
|
<Text size="B300" truncate>
|
||||||
Explore Rooms
|
Explore Rooms
|
||||||
</Text>
|
</Text>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue