Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerwizard committed Dec 30, 2024
1 parent 413eb78 commit e46b178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/badges/PrivatePreviewBadge/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.privatePreviewBadge {
background-color: #DCE4B8;
color: #4F2B00;
background-color: #FEFFC2;
color: #686B00;
border-radius: 16px;
margin-top: 15px;
margin-bottom: 15px;
Expand All @@ -17,7 +17,7 @@
}

.privatePreviewIcon svg path {
stroke: #4F2B00;
stroke: #686B00;
}

[data-theme='dark'] .privatePreviewIcon svg path {
Expand Down

0 comments on commit e46b178

Please sign in to comment.