Skip to content

Commit

Permalink
fix(picker): 修复深色模式下选中项边框颜色突兀
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohe0601 committed Oct 29, 2024
1 parent 76bd48d commit 7b3bc4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/nutui/components/picker/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
&-item {
color: $dark-color;
}

&__column {
&::before {
border-color: $dark-background4;
}
}
}
}

Expand Down

0 comments on commit 7b3bc4b

Please sign in to comment.