Skip to content

Commit a526bd9

Browse files
committed
Fixed an input field's background color in dark theme
1 parent ded2f95 commit a526bd9

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)