Skip to content

Commit

Permalink
fix: add spacing to card titleExtra, align center
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Oct 12, 2023
1 parent 14d18a2 commit 3a23c93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const headerTitleWrapCSS = css`
const titleWithTitleExtraCSS = css`
display: flex;
flex-direction: row;
align-items: center;
gap: var(--ac-global-dimension-static-size-100);
`;

const bodyCSS = css`
Expand Down

0 comments on commit 3a23c93

Please sign in to comment.