mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-29 22:14:28 +02:00
feat: use OutlinedButton instead of AssistChip
This commit is contained in:
parent
ebe238caaa
commit
a63ca61905
@ -58,7 +58,9 @@ fun ExpandableCard(
|
||||
contentDescription = stringResource(R.string.expand)
|
||||
)
|
||||
}
|
||||
AssistChip(onClick = { /*TODO*/ }, label = {Text("Update")}, shape = CircleShape)
|
||||
OutlinedButton(onClick = { /*TODO*/ }, shape = CircleShape) {
|
||||
Text("Update")
|
||||
}
|
||||
}
|
||||
if (expandedState) {
|
||||
Box(modifier = Modifier.padding(bottom = 16.dp)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user