Skip to content

Commit bb02aa9

Browse files
committedFeb 6, 2025
🐛 Updated List spacing in referansesider
1 parent 2a26dc5 commit bb02aa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎examples/referansesider/src/routes/aktivitetsplan.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const AktivitetsplanPage = () => {
9999
<div style={{ height: "96px", width: "96px" }}>
100100
<SykepengerIcon darkmode={theme === "dark"} />
101101
</div>
102-
<VStack gap="space-16" marginBlock="0 space-4">
102+
<VStack gap="space-16" marginBlock="0 space-4" align="start">
103103
<Heading as="h2" size="medium">
104104
Mitt mål
105105
</Heading>
@@ -116,10 +116,10 @@ const AktivitetsplanPage = () => {
116116
Hva slags arbeidsoppgaver ønsker du deg?
117117
</ListItem>
118118
</List>
119-
<Button variant="secondary" size="small">
120-
Sett et mål
121-
</Button>
122119
</div>
120+
<Button variant="secondary" size="small">
121+
Sett et mål
122+
</Button>
123123
</VStack>
124124
</HStack>
125125
</MainCard>

0 commit comments

Comments
 (0)
Please sign in to comment.