mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
feat: create component for Advicsories
This commit is contained in:
parent
1298aff2d2
commit
61ce924051
23
src/pages/ValidatorOnboarding/Advicsories.tsx
Normal file
23
src/pages/ValidatorOnboarding/Advicsories.tsx
Normal file
@ -0,0 +1,23 @@
|
||||
import { Button, Shadow } from '@status-im/components'
|
||||
import { Stack } from 'tamagui'
|
||||
|
||||
const Advicsories = () => {
|
||||
return (
|
||||
<>
|
||||
<Shadow
|
||||
variant="$1"
|
||||
style={{
|
||||
borderRadius: '16px',
|
||||
border: 'none',
|
||||
backgroundColor: '#fff',
|
||||
padding: '16px 32px',
|
||||
}}
|
||||
></Shadow>
|
||||
<Stack style={{ alignItems: 'end', width: '100%', marginTop: '16px' }}>
|
||||
<Button>Continue</Button>
|
||||
</Stack>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Advicsories
|
Loading…
x
Reference in New Issue
Block a user