Skip to content

Commit

Permalink
feat: custom-alert
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyShatohin committed Jun 6, 2024
1 parent 30d2614 commit 83f3835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/src/main/ts/custom-alert/CustomAlert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```jsx
<CustomAlert
data-testid="cutsom-alert"
data-testid="custom-alert"
icon={<CircleBellIcon color="#865ED3"/>}
bg="#EEE4FF"
onHide={() => null}
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/src/main/ts/custom-alert/CustomAlert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```jsx
<CustomAlert
data-testid="cutsom-alert"
data-testid="custom-alert"
icon={<CircleBellIcon color="#865ED3"/>}
bg="#EEE4FF"
onHide={() => null}
Expand Down

0 comments on commit 83f3835

Please sign in to comment.