提交 1e4245b6 编写于 作者: D DCloud_LXH

chore(app): showActionSheet

上级 bec78976
......@@ -21,7 +21,7 @@ export const showActionSheet = defineAsyncApi<API_TYPE_SHOW_ACTION_SHEET>(
API_SHOW_ACTION_SHEET,
({ itemList = [], itemColor, title = '', popover }, { resolve, reject }) => {
// #000 by default in protocols
if (itemColor === '#000') {
if (itemColor === '#000' && __uniConfig.darkmode) {
itemColor =
ACTION_SHEET_THEME[plus.navigator.getUIStyle() as UniApp.ThemeMode]
.itemColor
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册