primary: colors.blue, primary: colors.green, }, typography: () => ({ DEFAULT: { css: { color: '#111', a: { color: '#111', '&.user-mention': { textDecoration: 'none', color: '#2962ff', }, css: { color: '#111', ...
@apply float-right rounded-md px-0.5 pt-0.5 text-sm focus:outline-none focus:ring-2 focus:ring-primary-600; cursor: pointer; } } } 15 changes: 15 additions & 0 deletions 15 packages/app/tailwind.config.js Original file line numberDiff line numberDiff line change @@ -23,12 +23,27...
import{Search}from'@element-plus/icons' <template> <el-buttontype="primary":icon="Search">Search</el-button> </template> You can pass down a Vue component for getting one of your desired icon, it dramatically increased the scalability for all components with icons, you can also apply actio...