chore: optimize the color of the setting trigger and ColorCheckbox component in night mode; 🌟

This commit is contained in:
iczer 2020-07-09 11:01:35 +08:00
parent ee3265a151
commit 1f02623837
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ export default {
cursor: pointer;
margin-right: 8px;
text-align: center;
color: #fff;
color: @base-bg-color;
font-weight: bold;
}
</style>

View File

@ -106,7 +106,7 @@ export default {
}
.setting{
background-color: @primary-color;
color: #fff;
color: @base-bg-color;
border-radius: 5px 0 0 5px;
line-height: 40px;
font-size: 22px;