chore: preview field use switch

This commit is contained in:
jialin
2025-05-14 14:54:32 +08:00
parent f951358db4
commit 18cb82a0fe
8 changed files with 85 additions and 27 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ const WrapperBox = styled.div`
border-color: var(--ant-input-hover-border-color);
transition: all 0.2s ease;
}
&:focus-within {
&:focus-within:not(.no-focus, .borderless) {
border-color: var(--ant-input-active-border-color);
box-shadow: var(--ant-input-active-shadow);
outline: 0;