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