diff options
Diffstat (limited to 'components/toast.tsx')
-rw-r--r-- | components/toast.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/toast.tsx b/components/toast.tsx index 7f71855..03a6255 100644 --- a/components/toast.tsx +++ b/components/toast.tsx @@ -69,7 +69,7 @@ export class Toast extends Component<{ display: "inline-block", cursor: "pointer" }} onClick={this.close}> - <CloseIcon style={{ fontSize: 24 }}/> + <CloseIcon/> </div> </div> } |