Skip to content

Commit

Permalink
fixing css
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Jun 26, 2024
1 parent 3bf33b1 commit 9f25ace
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/figma/compositions/Cards.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ figma.connect(Card, "<FIGMA_CARDS_CARD>", {
actions: figma.children("Button Group"),
variant: figma.enum("Variant", {
Stroke: "stroke",
Padded: "padded",
}),
},
example: ({ actions, heading, body, ...props }) => (
Expand Down
2 changes: 1 addition & 1 deletion src/ui/primitives/Logo/logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
top: calc(-1 * var(--offset));
}
}
svg {
> svg {
--logo-color: var(--sds-color-icon-default-default);
height: auto;
width: var(--sds-size-icon-large);
Expand Down

0 comments on commit 9f25ace

Please sign in to comment.