mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-29 04:40:13 +02:00
fix: Inconsistent padding for battery optimisation warning
The problem came after moving the card to DashboardScreen, this is because the card specified padding modifier but others does not. This commit remove the modifier completely.
This commit is contained in:
parent
1a9031193c
commit
f384c66dd6
@ -238,7 +238,6 @@ fun DashboardScreen(
|
||||
if (vm.showBatteryOptimizationsWarning) {
|
||||
{
|
||||
NotificationCard(
|
||||
modifier = Modifier.padding(16.dp),
|
||||
isWarning = true,
|
||||
icon = Icons.Default.BatteryAlert,
|
||||
text = stringResource(R.string.battery_optimization_notification),
|
||||
|
Loading…
x
Reference in New Issue
Block a user