Skip to content

Commit

Permalink
fix(Table): add missing text-left in th.base
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 30, 2023
1 parent bc1d653 commit 6bd5142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const table = {
selected: 'bg-gray-50 dark:bg-gray-800/50'
},
th: {
base: '',
base: 'text-left',
padding: 'px-3 py-3.5',
color: 'text-gray-900 dark:text-white',
font: 'font-semibold',
Expand Down

1 comment on commit 6bd5142

@vercel
Copy link

@vercel vercel bot commented on 6bd5142 May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxtlabs.vercel.app
ui.nuxtlabs.com
ui-nuxtlabs.vercel.app

Please sign in to comment.