Skip to content

Commit

Permalink
tiny design fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstihl committed Jan 12, 2024
1 parent a62f753 commit e9e51a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/CalendarPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ function CalendarPage() {
}
/>
)}
<div className="flex justify-center w-scren m-4">
<div className="flex justify-center m-4">
<div className="flex flex-col gap-4">
{(children.length === 0 || !parent) && (
<Card>
<Card width="w-full">
Både barn och föräldrar krävs för kalendern. Konfigurera på{" "}
<Link to="/family" className="font-bold text-blue-700">
familjsidan.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/FamilyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function FamilyPage() {
variant="delete"
onClick={() => setChildToDelete(c)}
>
-
x
</Button>
{`
${c.name}${
Expand Down

0 comments on commit e9e51a6

Please sign in to comment.