diff --git a/lib/assets/images/features/ai-dark.svg b/lib/assets/images/features/ai-dark.svg index 9147090..43931a4 100644 --- a/lib/assets/images/features/ai-dark.svg +++ b/lib/assets/images/features/ai-dark.svg @@ -5,4 +5,5 @@ + diff --git a/lib/assets/images/features/ai-light.svg b/lib/assets/images/features/ai-light.svg index e39406d..52cb766 100644 --- a/lib/assets/images/features/ai-light.svg +++ b/lib/assets/images/features/ai-light.svg @@ -4,5 +4,6 @@ - + + diff --git a/lib/views/profile/profile.dart b/lib/views/profile/profile.dart index 3844690..61eb568 100644 --- a/lib/views/profile/profile.dart +++ b/lib/views/profile/profile.dart @@ -341,6 +341,8 @@ class _ProfilePageState extends State { final themeProvider = context.read(); final state = context.read(); final family = state.fontFamily; + ActionSheetUtils.context = context; + await ActionSheetUtils.showBottomSheet( data: ActionSheetData( content: StatefulBuilder( @@ -380,6 +382,8 @@ class _ProfilePageState extends State { final themeProvider = context.read(); final state = context.read(); final scale = state.fontSizeScale; + ActionSheetUtils.context = context; + await ActionSheetUtils.showBottomSheet( data: ActionSheetData( content: StatefulBuilder(