Skip to content

Commit

Permalink
Second-level should have a border also
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 committed Oct 30, 2024
1 parent 20505e8 commit eff705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Card/src/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--hop-Card-main-background-color: var(--hop-neutral-surface);

/* Second */
--hop-Card-second-border: none;
--hop-Card-second-border: var(--hop-space-10) solid var(--hop-neutral-surface-weakest);
--hop-Card-second-background-color: var(--hop-neutral-surface-weakest);

border-radius: var(--border-radius);
Expand Down

0 comments on commit eff705b

Please sign in to comment.