Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
revanthkumarJ committed Jan 22, 2025
1 parent 278786f commit bd4359c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ import androidx.compose.material3.TopAppBarDefaults
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import org.jetbrains.compose.resources.StringResource
import org.jetbrains.compose.resources.stringResource
import org.mifos.mobile.core.designsystem.icon.MifosIcons
Expand All @@ -52,7 +50,7 @@ fun UserProfileTopBar(
) {
Text(
text = stringResource(text),
style = TextStyle(fontSize = 24.sp),
style = MaterialTheme.typography.bodySmall,
)
Icon(
imageVector = MifosIcons.Edit,
Expand Down

0 comments on commit bd4359c

Please sign in to comment.