File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/androidMain/kotlin/de/dbauer/expensetracker/widget Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import androidx.compose.foundation.layout.fillMaxSize
14
14
import androidx.compose.foundation.layout.padding
15
15
import androidx.compose.foundation.layout.width
16
16
import androidx.compose.material3.Button
17
- import androidx.compose.material3.CenterAlignedTopAppBar
18
17
import androidx.compose.material3.ExperimentalMaterial3Api
19
18
import androidx.compose.material3.Scaffold
20
19
import androidx.compose.material3.Switch
21
20
import androidx.compose.material3.Text
21
+ import androidx.compose.material3.TopAppBar
22
22
import androidx.compose.runtime.Composable
23
23
import androidx.compose.ui.Alignment
24
24
import androidx.compose.ui.Modifier
@@ -131,7 +131,7 @@ private fun ConfigurationContent(
131
131
Scaffold (
132
132
modifier = Modifier .fillMaxSize(),
133
133
topBar = {
134
- CenterAlignedTopAppBar (
134
+ TopAppBar (
135
135
title = {
136
136
Text (
137
137
text = stringResource(Res .string.widget_configuration_title),
You can’t perform that action at this time.
0 commit comments