Skip to content

Commit

Permalink
merge-upstream: a couple more dark mode fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 30, 2023
1 parent 073067b commit 640ee71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/prompt/prompt.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

.cloud-option {
display:flex;
border-top: 1px dashed hsla(0, 0%, 0%, .25);
border-top: 1px dashed $ui-black-transparent;
overflow: visible;
padding: 1rem 0;
text-align: center;
Expand Down
2 changes: 2 additions & 0 deletions src/components/tw-settings-modal/settings-modal.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "../../css/colors.css";
@import "../../css/filters.css";

.modal-content {
max-width: 750px;
Expand Down Expand Up @@ -76,6 +77,7 @@
left: 0;
width: 100%;
height: 100%;
filter: $filter-icon-black;
}

.custom-stage-size > * {
Expand Down

0 comments on commit 640ee71

Please sign in to comment.