Skip to content

Commit

Permalink
Fic permission view color with light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Nov 5, 2021
1 parent d57e79c commit 2d111e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/apk_installer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ class _ApkInstallerState extends State<ApkInstaller> {
),
const SizedBox(height: 10),
Expanded(child: ClipRRect(borderRadius: BorderRadius.circular(10), child: Container(
decoration: InfoBarTheme.of(context).decoration?.call(InfoBarSeverity.info),
//decoration: ChipTheme.of(context).decoration?.resolve({ButtonStates.focused})?.lerpTo(SnackbarTheme.of(context).decoration, 0.07),
color: FluentTheme.of(context).inactiveBackgroundColor.lerpWith(FluentTheme.of(context).scaffoldBackgroundColor, 0.65),
padding: const EdgeInsets.symmetric(horizontal: 5, vertical: 10),
//color: Colors.red,
child: ListView(
Expand Down

0 comments on commit 2d111e6

Please sign in to comment.