-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
contentIssues related to the contents of the documentation websiteIssues related to the contents of the documentation website
Description
Describe the Bug
Based on ionic documentation we can access and change the attributes of count and error .
https://ionicframework.com/docs/api/textarea
Below is a demo to change the size and color.
Expected Behavior
`ion-textarea.custom {
--background: #373737;
--color: #fff;
--padding-end: 10px;
--padding-start: 10px;
--placeholder-color: #ddd;
--placeholder-opacity: 0.8;
}
ion-textarea.custom .helper-text,
ion-textarea.custom .counter {
color: red !important;
font-size: 24px !important;
}`
Is expected to change the the style of helper and counter
Steps to Reproduce
Latest stackblitz from ionic documentation
Screenshots
Operating System
windows
Browser
firefox, chrome
Version
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
contentIssues related to the contents of the documentation websiteIssues related to the contents of the documentation website