🎨(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:
Nathan Panchout
2025-08-22 10:14:52 +02:00
committed by NathanVss
parent d04b52eaf5
commit c9f6d2d41c
3 changed files with 31 additions and 24 deletions

View File

@@ -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