提交 a538e7b8 编写于 作者: View Design's avatar View Design

Update app.config.ts

上级 754e44d0
......@@ -4,6 +4,18 @@ export default defineAppConfig({
gray: 'cool',
// notifications: {
// position: 'top-8 bottom-auto'
// }
// },
button: {
color: {
gray: {
soft: 'text-gray-800 dark:text-gray-400 bg-gray-50 hover:bg-gray-100 disabled:bg-gray-50 dark:bg-gray-950 dark:hover:bg-gray-900 dark:disabled:bg-gray-950 focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-gray-500 dark:focus-visible:ring-gray-400'
}
}
},
selectMenu: {
default: {
selectedIcon: 'i-heroicons-check-16-solid'
}
},
}
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册