Minor styling changes

This commit is contained in:
Ginger 2025-09-05 12:25:59 -04:00
parent c45cb62e2d
commit 3de1ce8f2f
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} icon={Icons.Server}
action={{ action={{
alwaysVisible: false, alwaysVisible: false,
icon: Icons.Bookmark, icon: Icons.Minus,
filled: true,
onClick: () => removeServerBookmarkCallback(server), onClick: () => removeServerBookmarkCallback(server),
}} }}
/> />

View file

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