Updated on 2026-08-14
This commit is contained in:
parent
6eb6e5a433
commit
88783a797e
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue