Skip to content

Commit

Permalink
chore: update styles from contrast plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cocotime committed Sep 11, 2024
1 parent e34e56c commit 3e4bd85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/contrast-plugin/src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.color-box {
block-size: 66px;
border: 1px solid var(--background-quaternary);
border: 1px solid var(--db-quaternary);
border-radius: var(--spacing-8);
background: linear-gradient(
to right,
Expand Down Expand Up @@ -90,4 +90,8 @@
border-color: var(--error-500);
}
}

.color-box {
border: 1px solid #d0d3d6;
}
}

0 comments on commit 3e4bd85

Please sign in to comment.