chore: Display warning when logout without backup
This commit is contained in:
parent
a0baa747ca
commit
c089262ea9
4 changed files with 14 additions and 8 deletions
|
|
@ -94,6 +94,11 @@ abstract class FluffyThemes {
|
|||
),
|
||||
),
|
||||
),
|
||||
dialogTheme: DialogTheme(
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||
),
|
||||
),
|
||||
elevatedButtonTheme: ElevatedButtonThemeData(
|
||||
style: ElevatedButton.styleFrom(
|
||||
padding: const EdgeInsets.all(16),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue