Skip to content

[Suggestion] - add contrast property to textArea component #3487

Description

@ValbertMartins

• Using forms with TextInput(using contrast) and TextArea components together

<><FormControl><FormControl.Label>Name</FormControl.Label><TextInputblockcontrast/></FormControl><FormControl><FormControl.Label>Name</FormControl.Label><TextInputblockcontrast/></FormControl><FormControl><FormControl.Label>About</FormControl.Label><Textareablock/></FormControl></>

• result in diferents background colors

image

• actually the way to fix

<FormControl><FormControl.Label>About</FormControl.Label><Textareablocksx={{backgroundColor: 'canvas.inset'}}/> 👈
</FormControl>

• Maybe a better way introduced in this pr #3484

<FormControl><FormControl.Label>About</FormControl.Label><Textareablockcontrast/> 👈/* using contrast instead sx * /
</FormControl>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions