Skip to content

Commit

Permalink
fix(Notification): handle dynamic backgrounds (#1063)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
  • Loading branch information
miladhp and benjamincanac authored Dec 5, 2023
1 parent 18b6133 commit 1f0f618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default defineComponent({
const wrapperClass = computed(() => {
return twMerge(twJoin(
ui.value.wrapper,
ui.value.background,
ui.value.background?.replaceAll('{color}', props.color),
ui.value.rounded,
ui.value.shadow
), props.class)
Expand Down

1 comment on commit 1f0f618

@vercel
Copy link

@vercel vercel bot commented on 1f0f618 Dec 5, 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-nuxt-js.vercel.app
ui.nuxt.com
ui-git-dev-nuxt-js.vercel.app

Please sign in to comment.