SankethBK / diaryvault

A personal diary application written in Flutter
https://play.google.com/store/apps/details?id=me.sankethbk.dairyapp
MIT License
86 stars 59 forks source link

Pasting images by link is not working fix #88

Closed TomerPacific closed 11 months ago

TomerPacific commented 11 months ago

What type of PR is this? (check all applicable)

Description

The Text widget inside the TextButton has a style of widget.dialogTheme?.labelTextStyle. This is null sometimes, hence no style is applied. Therefore, the Ok button disappears.

Featured Covered in this PR

Related Tickets & Documents

Closes #69

Screenshots, Recordings

qemu-system-x86_64_UbvFQPm5t1

Tested Feature??