diff --git a/src/components/prompt/prompt.css b/src/components/prompt/prompt.css index 054a2419d93..1404ae7e8fb 100644 --- a/src/components/prompt/prompt.css +++ b/src/components/prompt/prompt.css @@ -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; diff --git a/src/components/tw-settings-modal/settings-modal.css b/src/components/tw-settings-modal/settings-modal.css index 9307bf341cb..4b3ac7ebea4 100644 --- a/src/components/tw-settings-modal/settings-modal.css +++ b/src/components/tw-settings-modal/settings-modal.css @@ -1,4 +1,5 @@ @import "../../css/colors.css"; +@import "../../css/filters.css"; .modal-content { max-width: 750px; @@ -76,6 +77,7 @@ left: 0; width: 100%; height: 100%; + filter: $filter-icon-black; } .custom-stage-size > * {