Skip to content

Commit

Permalink
fix(Notification): remove default color on icon
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 26, 2023
1 parent 589f86e commit 1a9dc5c
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 @@ -701,7 +701,7 @@ const notification = {
padding: 'p-4',
ring: 'ring-1 ring-gray-200 dark:ring-gray-800',
icon: {
base: 'flex-shrink-0 w-5 h-5 text-gray-900 dark:text-white',
base: 'flex-shrink-0 w-5 h-5',
color: 'text-{color}-500 dark:text-{color}-400'
},
avatar: {
Expand Down

1 comment on commit 1a9dc5c

@vercel
Copy link

@vercel vercel bot commented on 1a9dc5c May 26, 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.