Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAA committed Sep 20, 2024
1 parent e0418c2 commit d60eed1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ export default function ThemeAndSemantic() {
</Container>
</Box>
<Box css={{ display: "flex", flexDirection: "column", height: "100%" }}>
<Label css={{ color: theme.colors.onBackground }}>Secondary (-hover)</Label>
<Label css={{ color: theme.colors.onBackground }}>
Secondary (-hover)
</Label>
<Container
css={{
border: `1px solid ${theme.colors.outline}`,
Expand Down Expand Up @@ -114,7 +116,9 @@ export default function ThemeAndSemantic() {
</Container>
</Box>
<Box css={{ display: "flex", flexDirection: "column", height: "100%" }}>
<Label css={{ color: theme.colors.onBackground }}>Opinions (-hover)</Label>
<Label css={{ color: theme.colors.onBackground }}>
Opinions (-hover)
</Label>
<Container
css={{
border: `1px solid ${theme.colors.outline}`,
Expand All @@ -126,19 +130,27 @@ export default function ThemeAndSemantic() {
}}
>
<Label css={{ color: theme.colors.onOpinions }}>onOpinons</Label>
<Label css={{ color: theme.colors["onOpinions-hover"] }}>onOpinons-hover</Label>
<Label css={{ color: theme.colors["onOpinions-hover"] }}>
onOpinons-hover
</Label>
</Container>
</Box>
<Box css={{ display: "flex", flexDirection: "column", height: "100%" }}>
<Label css={{ color: theme.colors.onBackground }}>opinionsContainer</Label>
<Label css={{ color: theme.colors.onBackground }}>
opinionsContainer
</Label>
<Container
css={{
border: `1px solid ${theme.colors.opinions}`,
background: theme.colors.opinionsContainer,
}}
>
<Label css={{ color: theme.colors.onOpinionsContainer }}>onOpinionsContainer</Label>
<Label css={{ color: theme.colors["onOpinionsContainer-hover"] }}>onOpinons-hover</Label>
<Label css={{ color: theme.colors.onOpinionsContainer }}>
onOpinionsContainer
</Label>
<Label css={{ color: theme.colors["onOpinionsContainer-hover"] }}>
onOpinons-hover
</Label>
</Container>
</Box>
<Box css={{ display: "flex", flexDirection: "column", height: "100%" }}>
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/theme/wpds.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2408,4 +2408,4 @@
}
}
}
}
}

0 comments on commit d60eed1

Please sign in to comment.