We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1fb7a commit f3fbeebCopy full SHA for f3fbeeb
src/styles.ts
@@ -16,6 +16,7 @@ export const textarea: React.CSSProperties = {
16
width: '100%',
17
resize: 'none',
18
color: 'inherit',
19
+ opacity: 0.8,
20
overflow: 'hidden',
21
MozOsxFontSmoothing: 'grayscale',
22
WebkitFontSmoothing: 'antialiased',
0 commit comments