Skip to content

Commit

Permalink
fix: dropdown problem rendering issue on light theme (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz authored Dec 3, 2024
1 parent e35b0d9 commit 5891123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [Bugfix] Fix dropdown select rendering issue on light theme (by @dawoudsheraz)
- ".wrapper-problem-response" did not need any dark theme variables outside dark-theme class for dropdown problems. This was causing the dropdown to use dark theme variables regardless of the theme that user selected.
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,3 @@
}
}
}
.wrapper-problem-response {
select {
background: transparent;
color: $text-color-d;
}
}

0 comments on commit 5891123

Please sign in to comment.