Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 9e9cbb2

Browse files
authored
Apply full opacity to TextArea's placeholder (#627)
This is reusing the corresponding Input token, like we did with all other TextArea properties.
1 parent bbaa3e7 commit 9e9cbb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue-components/src/components/TextArea.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ export default defineComponent( {
267267
font-weight: $wikit-Input-placeholder-font-weight;
268268
line-height: $wikit-Input-placeholder-line-height;
269269
color: $wikit-Input-placeholder-color;
270+
opacity: $wikit-Input-placeholder-opacity;
270271
}
271272
272273
&:disabled {

0 commit comments

Comments
 (0)