Skip to content

Commit

Permalink
Consume custom toast styling from core
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Sep 12, 2024
1 parent 18a45df commit 05a5d2c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ provide(selectedLanguageKey, selectedLanguage);
<MainSplitter />
</div>
</div>
<Toast />
<Toast
:pt="{
messageIcon: {
style: { marginTop: 'var(--p-toast-message-icon-margin-top)' },
},
}"
/>
<ConfirmDialog
:draggable="false"
:pt="{
Expand Down

0 comments on commit 05a5d2c

Please sign in to comment.