Skip to content

Commit

Permalink
wip(H5): picker darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
StrivingRabbit committed Jan 13, 2023
1 parent 04f15e7 commit 84f94c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/h5/view/components/picker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ uni-picker[disabled] {
color: var(--UI-FG-0);
}
.uni-picker-container .uni-picker-header:after {
border-bottom-color: var(-UI-FG-3);
border-bottom-color: var(--UI-FG-3);
}
}
</style>

0 comments on commit 84f94c7

Please sign in to comment.