mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Icon scale adjustments
This commit is contained in:
parent
c6b1b09e64
commit
902841fae6
@ -97,7 +97,7 @@ fun KeyboardButtonLight(
|
||||
icon = icon,
|
||||
iconColor = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
allowVibration = allowVibration,
|
||||
contentHeight = if (isPortrait()) 0.55f else 0.7f
|
||||
contentHeight = if (isPortrait()) 0.51f else 0.7f
|
||||
)
|
||||
}
|
||||
|
||||
@ -117,7 +117,7 @@ fun KeyboardButtonFilled(
|
||||
icon = icon,
|
||||
iconColor = MaterialTheme.colorScheme.onSecondaryContainer,
|
||||
allowVibration = allowVibration,
|
||||
contentHeight = if (isPortrait()) 0.55f else 0.7f
|
||||
contentHeight = if (isPortrait()) 0.51f else 0.7f
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user