Merge pull request #4897 from pangeachat/4888-level-attention-to-emoji-and-audio-icons
chore: Level attention to emoji and audio icons
This commit is contained in:
commit
fc4e5a5bf9
2 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ class TokenFeedbackButton extends StatelessWidget {
|
|||
final transcript = transcriptController.transcription ?? 'ERROR';
|
||||
|
||||
return IconButton(
|
||||
color: Theme.of(context).iconTheme.color,
|
||||
icon: const Icon(Icons.flag_outlined),
|
||||
onPressed: enabled
|
||||
? () {
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ class WordZoomWidget extends StatelessWidget {
|
|||
children: [
|
||||
onClose != null
|
||||
? IconButton(
|
||||
color: Theme.of(context).iconTheme.color,
|
||||
icon: const Icon(Icons.close),
|
||||
onPressed: onClose,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue