Skip to content

Commit

Permalink
Self review
Browse files Browse the repository at this point in the history
  • Loading branch information
Anboias committed Jan 2, 2025
1 parent 1bec60d commit 345bd20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/notifications/notifications.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
width: 100%;
display: flex;
justify-content: flex-end;
}

.transactionButton {
display: flex;
gap: 4px;
padding: 0 !important;
.transactionButton {
display: flex;
gap: 4px;
padding: 0 !important;
}
}

.icon {
Expand Down
1 change: 1 addition & 0 deletions src/components/notifications/notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const BASE_OPTIONS: ToastOptions = {
closeButton: (props) => (
<button className={styles.closeButton} onClick={props.closeToast}>
<CrossIcon />
<span className="sr-only">Close</span>
</button>
),
};
Expand Down

0 comments on commit 345bd20

Please sign in to comment.