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

master
iczer 4 years ago
parent ee3265a151
commit 1f02623837
  1. 2
      src/components/checkbox/ColorCheckbox.vue
  2. 2
      src/layouts/AdminLayout.vue

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

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

Loading…
Cancel
Save