Secure Field Styling #87
-
Is there any way to style the secure fields inputs? |
Beta Was this translation helpful? Give feedback.
Answered by
AdaltonLeite
Dec 20, 2023
Replies: 2 comments
-
Hi @epcgrs , o make a visual customization in Secure fields you must use the Below is a list of properties that can be customized:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
epcgrs
-
@AdaltonLeite thaks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @epcgrs ,
o make a visual customization in Secure fields you must use the
style
property and notclassName
. You can see how to use it in this example.Below is a list of properties that can be customized:
color
"font-family"
| |fontFamily
"font-size"
| |fontSize
"font-style"
| |fontStyle
"font-variant"
| |fontVariant
"font-weight"
| |fontWeight
height
margin
"margin-bottom"
| |marginBottom
"margin-left"
| |marginLeft
"margin-right"
| |marginRight
"margin-top"
| |marginTop
padding
"padding-bottom"
| |paddingBottom
"padding-left"
| |paddingLeft
"padding-right"
| |paddingRight
"padding-top"
| |paddingTop
"placeholder-color"
| |…