Exchange rate design implementation

This commit is contained in:
Milan Cerovsky 2024-08-07 12:28:45 +02:00
parent 0cf64ae202
commit f640082cfc
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ private fun ExchangeRateUnavailableButton(
}
if (transitionState.currentState || transitionState.targetState || !transitionState.isIdle) {
val offset = with(LocalDensity.current) { 64.dp.toPx() }.toInt()
val offset = with(LocalDensity.current) { 78.dp.toPx() }.toInt()
UnavailableExchangeRatePopup(
onDismissRequest = {
transitionState.targetState = false