Skip to content

Commit

Permalink
fix: remove card flex
Browse files Browse the repository at this point in the history
  • Loading branch information
cqh963852 committed Nov 19, 2023
1 parent 138963b commit 82a21b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/camphora-styled/src/card.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ export const card = style({
backgroundColor: "#ffffff",
borderRadius: "8px",
padding: "16px",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
fontSize: "1rem",
position: "relative",
selectors: {
[`&${cardShadow}`]: {
Expand Down

0 comments on commit 82a21b8

Please sign in to comment.