Skip to content

Commit

Permalink
Merge pull request #115 from wharfkit/dean/110-error-message-visual-bug
Browse files Browse the repository at this point in the history
Fix error message icon placement
  • Loading branch information
aaroncox authored Aug 30, 2023
2 parents aa669c5 + b42ae81 commit eeb69b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ui/components/Message.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@

<style lang="scss">
div {
display: flex;
flex-direction: column;
align-items: center;
display: grid;
justify-items: center;
gap: var(--space-s);
text-align: center;
color: var(--body-text-color);
Expand Down

0 comments on commit eeb69b3

Please sign in to comment.