@aws-amplify/ui
Version:
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
15 lines • 436 B
CSS
@layer amplify.components {
.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
);
}
}