fix: add sheet dark mode input text color

This commit is contained in:
雷军 2023-11-03 15:04:36 +08:00
parent e5a36707ff
commit fcbf77855e

View file

@ -754,6 +754,7 @@ body {
padding: 0 8px;
background: #fff;
border: 1px solid #e9e9e9;
color: rgba(0, 0, 0, 0.87);
border-radius: 3px;
transition: box-shadow 0.1s ease, border-color 0.1s ease;
box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);