Skip to content

Commit

Permalink
pkp/pkp-lib#10444 Remove inline class for icon title in the Dialog co…
Browse files Browse the repository at this point in the history
…mponent
  • Loading branch information
blesildaramirez committed Nov 27, 2024
1 parent a67fd26 commit fd3c02f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Modal/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@
:class="icon ? 'pb-5' : 'pb-8'"
>
<div v-if="icon" :class="iconStyles">
<Icon
:icon="icon"
:inline="true"
class="h-11 w-11 text-on-dark"
></Icon>
<Icon :icon="icon" class="h-11 w-11 text-on-dark"></Icon>
</div>
<span class="px-4">{{ title }}</span>
</DialogTitle>
Expand Down

0 comments on commit fd3c02f

Please sign in to comment.