Skip to content

Commit f3fbeeb

Browse files
committed
style: Modify select style.
1 parent ae1fb7a commit f3fbeeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/styles.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const textarea: React.CSSProperties = {
1616
width: '100%',
1717
resize: 'none',
1818
color: 'inherit',
19+
opacity: 0.8,
1920
overflow: 'hidden',
2021
MozOsxFontSmoothing: 'grayscale',
2122
WebkitFontSmoothing: 'antialiased',

0 commit comments

Comments
 (0)