fix: styles for light mode (#1645)

This commit is contained in:
Meier Lukas
2024-12-14 15:19:18 +01:00
committed by GitHub
parent da63d8ebf4
commit cf9656d91e
9 changed files with 28 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ const BoardCard = async ({ board }: BoardCardProps) => {
const VisibilityIcon = board.isPublic ? IconWorld : IconLock;
return (
<Card>
<Card withBorder>
<CardSection p="sm" withBorder>
<Group justify="space-between" align="center">
<Group gap="sm">