Skip to content

Commit

Permalink
Merge pull request #1592 from ecency/bugfix/night-theme-issues
Browse files Browse the repository at this point in the history
Fixed dark theme in edit history
  • Loading branch information
feruzm authored Apr 30, 2024
2 parents 0c15085 + a308150 commit 401898e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/common/components/edit-history/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@
height: 500px;
overflow: auto;

@include themify(day) {
border-top: 1px solid;
@apply border-light-300;
}

@include themify(night) {
border-top: 1px solid;
@apply border-gray-steel;
}
@apply border-[--border-color] border-t;

&.loading {
border-top-color: transparent !important;
Expand All @@ -32,9 +24,7 @@
align-items: center;
padding: 10px;

@include themify(day) {
@apply bg-light-300;
}
@apply bg-light-300 dark:bg-gray-900;

.diff-select {
width: 55%;
Expand Down

0 comments on commit 401898e

Please sign in to comment.