Skip to content

Commit

Permalink
another component
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Nov 7, 2024
1 parent c1940e4 commit 232c9b6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions frontend/src/lib/modals/neurons/DissolveActionButtonModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,20 @@
<p>{description}</p>
</div>
</ConfirmationModal>


<style lang="scss">
@use "../../themes/mixins/confirmation-modal";
div {
@include confirmation-modal.wrapper;
}
h4 {
@include confirmation-modal.title;
}
p {
@include confirmation-modal.text;
}
</style>

0 comments on commit 232c9b6

Please sign in to comment.