diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index d1e2ff086..a48d97cba 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -3650,6 +3650,9 @@ export default { 'dark:text-white/70' //Dark Mode ] }), + sort: { + class: 'inline-block align-middle' + }, sorticon: ({ context }) => ({ class: ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70'] }),