Skip to content

Commit 29653e8

Browse files
authored
Merge pull request element-hq#4053 from ollieh/issues/3927
Fixed an input field's background color in dark theme
2 parents ded2f95 + a526bd9 commit 29653e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/skins/vector/css/matrix-react-sdk/views/dialogs/_ConfirmUserActionDialog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ limitations under the License.
3737
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
3838
font-size: 14px;
3939
color: $primary-fg-color;
40+
background-color: $primary-bg-color;
4041

4142
border-radius: 3px;
4243
border: solid 1px $input-border-color;

0 commit comments

Comments
 (0)