fix: format label input field

This commit is contained in:
RadoslavDimchev 2024-01-05 15:01:58 +02:00
parent ae00a27a18
commit 001cfee956
2 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,4 @@
background-color: #fff;
border-radius: 12px;
margin-top: 8px;
}

View File

@ -1,5 +1,6 @@
import { Input as StatusInput, Text } from '@status-im/components'
import { Label } from 'tamagui'
import './LabelInputField.css'
type LabelInputProps = {