mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:57:49 +00:00
fix(rn,shared-video,invite-dialog) fix placehoolder text color to be visible
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
0db2dd0546
commit
f2e2d52cfd
@@ -4,6 +4,7 @@ import React from 'react';
|
||||
|
||||
import { InputDialog } from '../../../base/dialog';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { ColorPalette } from '../../../base/styles';
|
||||
import { defaultSharedVideoLink } from '../../constants';
|
||||
import AbstractSharedVideoDialog from '../AbstractSharedVideoDialog';
|
||||
|
||||
@@ -45,7 +46,8 @@ class SharedVideoDialog extends AbstractSharedVideoDialog<*> {
|
||||
contentKey = 'dialog.shareVideoTitle'
|
||||
onSubmit = { this._onSubmitValue }
|
||||
textInputProps = {{
|
||||
placeholder: defaultSharedVideoLink
|
||||
placeholder: defaultSharedVideoLink,
|
||||
placeholderTextColor: ColorPalette.lightGrey
|
||||
}} />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user