about Card
This commit is contained in:
@@ -20,16 +20,7 @@ import `in`.sminnovations.attendanceapp.screens.settings.ui.components.settingsC
|
||||
|
||||
@Composable
|
||||
fun AboutSettings(context: Context) {
|
||||
Column(modifier = Modifier.padding(10.dp, 0.dp, 10.dp, 10.dp)) {
|
||||
Text(
|
||||
text = "About",
|
||||
style = MaterialTheme.typography.labelLarge,
|
||||
fontWeight = FontWeight.Bold,
|
||||
modifier = Modifier
|
||||
.align(Alignment.Start)
|
||||
.padding(14.dp),
|
||||
color = MaterialTheme.colorScheme.primary
|
||||
)
|
||||
Column() {
|
||||
OutlinedCard {
|
||||
ClickableCard(
|
||||
title = "Version",
|
||||
@@ -54,7 +45,7 @@ fun AboutSettings(context: Context) {
|
||||
onDoubleClick = {
|
||||
|
||||
},
|
||||
icon = ImageVector.vectorResource(id = R.drawable.round_logo_dev_24)
|
||||
icon = ImageVector.vectorResource(id = R.drawable.baseline_developer_mode_24)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user