@aws-amplify/ui
Version:
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
13 lines • 406 B
CSS
.amplify-textareafield {
max-height: 100%;
flex-direction: column;
--amplify-components-fieldcontrol-color: var(
--amplify-components-textareafield-color
);
--amplify-components-fieldcontrol-border-color: var(
--amplify-components-textareafield-border-color
);
--amplify-components-fieldcontrol-focus-border-color: var(
--amplify-components-textareafield-focus-border-color
);
}