Skip to content

Commit

Permalink
fix(plugin-preview): dark mode card border color
Browse files Browse the repository at this point in the history
  • Loading branch information
zhmushan committed Nov 19, 2024
1 parent b713841 commit c513a2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
padding: 16px 0;

&-wrapper {
border: 1px solid #e6e6e6;
border: 1px solid var(--rp-container-details-border);
border-radius: var(--rp-radius-small);
}

&-card {
padding: 16px;
position: relative;
border: 1px solid #e6e6e6;
border: 1px solid var(--rp-container-details-border);
border-radius: var(--rp-radius-small);
display: flex;
}
Expand Down

0 comments on commit c513a2e

Please sign in to comment.