Skip to content

Commit

Permalink
fix styling on report modal
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoMandar <[email protected]>
  • Loading branch information
MarcoMandar committed Sep 18, 2024
1 parent ce320fe commit 0f9a51e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/ui-kit/ReportIssueDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
width="500px"
:overlay-class="'modal-overlay'"
>
<UCard class="modal-card" name="text-gray-200 dark:text-white">
<UCard
class="bg-white dark:bg-gray-800 rounded-lg shadow-lg"
name="report-card"
>
<template #header>
<h4>Report Issue</h4>
</template>
Expand Down

0 comments on commit 0f9a51e

Please sign in to comment.