Skip to content

Commit

Permalink
fix: 暗黑模式下,点击刷新插件,插件名称输入框暗黑模式失效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lumozx committed Oct 20, 2023
1 parent 88e4e32 commit d8fabc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/src/views/dev/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const wrapperCol = { span: 14 };
color: var(--color-text-content);
}
:deep(.ant-input) {
background: var(--color-input-hover);
background: var(--color-input-hover) !important;
color: var(--color-text-content);
}
}
Expand Down

0 comments on commit d8fabc6

Please sign in to comment.