Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-01 13:48:16 +02:00
parent 6eb6e5a433
commit 88783a797e

View file

@ -138,7 +138,7 @@ private fun TooltipPill(
}, },
isMaterial = true, isMaterial = true,
shape = RoundedCornerShape(percent = 50), shape = RoundedCornerShape(percent = 50),
shadowRadius = 10.dp shadowRadius = 10.dp,
) { ) {
Column( Column(
modifier = Modifier.padding(horizontal = 20.dp, vertical = 12.dp), modifier = Modifier.padding(horizontal = 20.dp, vertical = 12.dp),