mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-18 16:01:44 +00:00
Made the focus size increse to less
This commit is contained in:
parent
76e49706d4
commit
1cc0b5cdb2
2 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ private fun SettingsItem(
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
shape = CardDefaults.shape(RoundedCornerShape(12.dp)),
|
shape = CardDefaults.shape(RoundedCornerShape(12.dp)),
|
||||||
scale = CardDefaults.scale(focusedScale = 1.0f)
|
scale = CardDefaults.scale(focusedScale = 1.02f)
|
||||||
) {
|
) {
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@ private fun ToggleCard(
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
shape = CardDefaults.shape(RoundedCornerShape(12.dp)),
|
shape = CardDefaults.shape(RoundedCornerShape(12.dp)),
|
||||||
scale = CardDefaults.scale(focusedScale = 1.0f)
|
scale = CardDefaults.scale(focusedScale = 1.02f)
|
||||||
) {
|
) {
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue