🎨(react) enhance TextArea component styles
update TextArea token and css files with new css variables introduce with the new tokens architectures
This commit is contained in:
committed by
NathanVss
parent
d04b52eaf5
commit
c9f6d2d41c
@@ -141,7 +141,7 @@ export const Controlled = () => {
|
||||
const [value, setValue] = React.useState("I am controlled");
|
||||
return (
|
||||
<div>
|
||||
<div className="clr-greyscale-900">
|
||||
<div className="clr-gray-900">
|
||||
Value: <span>{value}</span>
|
||||
</div>
|
||||
<TextArea
|
||||
|
||||
Reference in New Issue
Block a user