mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-02 23:04:25 +02:00
feat(installer): adjust step icon size and alignment
This commit is contained in:
parent
e232044157
commit
6437f7bb65
@ -218,7 +218,6 @@ fun InstallStep(step: Step) {
|
|||||||
.background(MaterialTheme.colorScheme.background.copy(0.6f))
|
.background(MaterialTheme.colorScheme.background.copy(0.6f))
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.padding(16.dp)
|
.padding(16.dp)
|
||||||
.padding(start = 4.dp)
|
|
||||||
) {
|
) {
|
||||||
step.subSteps.forEach { subStep ->
|
step.subSteps.forEach { subStep ->
|
||||||
var messageExpanded by rememberSaveable { mutableStateOf(true) }
|
var messageExpanded by rememberSaveable { mutableStateOf(true) }
|
||||||
@ -229,7 +228,7 @@ fun InstallStep(step: Step) {
|
|||||||
verticalAlignment = Alignment.CenterVertically,
|
verticalAlignment = Alignment.CenterVertically,
|
||||||
horizontalArrangement = Arrangement.spacedBy(16.dp),
|
horizontalArrangement = Arrangement.spacedBy(16.dp),
|
||||||
) {
|
) {
|
||||||
StepIcon(subStep.state, downloadProgress?.value, size = 18.dp)
|
StepIcon(subStep.state, downloadProgress?.value, size = 24.dp)
|
||||||
|
|
||||||
Text(
|
Text(
|
||||||
text = subStep.name,
|
text = subStep.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user