Minor styling changes

This commit is contained in:
Ginger 2025-09-13 15:12:10 -04:00
parent b63a47628e
commit e45368f099
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -346,8 +346,7 @@ export function Explore() {
icon={Icons.Server}
action={{
alwaysVisible: false,
icon: Icons.Bookmark,
filled: true,
icon: Icons.Minus,
onClick: () => removeServerBookmarkCallback(server),
}}
/>

View file

@ -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>