Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/components/Warning/Warning.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Juliano Lazzarotto <[email protected]>
Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss and stackchain authored Oct 10, 2024
1 parent db95b65 commit 0a46902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/wallet-mobile/src/components/Warning/Warning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {Space} from '../Space/Space'
type Props = {
content: ReactNode
iconSize?: number
blue?: boolean
}

export const Warning = ({content, iconSize = 30}: Props) => {
Expand Down

0 comments on commit 0a46902

Please sign in to comment.