mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-11 07:30:17 -04:00
accessibility work
This commit is contained in:
parent
be8014c97a
commit
de691cd778
48 changed files with 862 additions and 551 deletions
|
@ -355,6 +355,7 @@ class _VcComposerState extends State<VcComposerWidget> {
|
|||
borderRadius: BorderRadius.all(Radius.circular(
|
||||
8 * config.borderRadiusScale))),
|
||||
hintText: widget.hintText,
|
||||
hintMaxLines: 1,
|
||||
hintStyle: chatTheme.typography.bodyMedium.copyWith(
|
||||
color: widget.hintColor ??
|
||||
chatTheme.colors.onSurface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue