fix: format label input field
This commit is contained in:
parent
ae00a27a18
commit
001cfee956
|
@ -2,5 +2,4 @@
|
|||
background-color: #fff;
|
||||
border-radius: 12px;
|
||||
margin-top: 8px;
|
||||
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import { Input as StatusInput, Text } from '@status-im/components'
|
||||
import { Label } from 'tamagui'
|
||||
|
||||
import './LabelInputField.css'
|
||||
|
||||
type LabelInputProps = {
|
||||
|
|
Loading…
Reference in New Issue