Skip to content

Commit

Permalink
Update AboutLychee.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Dec 21, 2024
1 parent 49762a1 commit e0c277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/modals/AboutLychee.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<Dialog v-model:visible="visible" modal :closable="true" pt:root:class="border-none m-3" pt:mask:style="backdrop-filter: blur(2px)" @hide="closeCallback">
<Dialog v-model:visible="visible" modal pt:root:class="border-none m-3" pt:mask:style="backdrop-filter: blur(2px)" @hide="closeCallback">
<template #container="{ closeCallback }">
<div class="flex flex-col gap-4 bg-gradient-to-b from-bg-300 to-bg-400 relative max-w-[500px] text-sm rounded-md text-muted-color">
<div class="p-9 text-muted-color-emphasis" v-if="version">
Expand Down

0 comments on commit e0c277f

Please sign in to comment.