Skip to content

Commit

Permalink
Merge pull request #2961 from ClickHouse/issue_2916
Browse files Browse the repository at this point in the history
fix style for private preview
  • Loading branch information
gingerwizard authored Dec 30, 2024
2 parents ed21b55 + e46b178 commit c99e5a8
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 c99e5a8

Please sign in to comment.