Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-21 23:42:21 +04:00
parent f095f3a508
commit 9836b18ff4

View file

@ -3,6 +3,7 @@ package com.tangem.core.ui.components.dropdownmenu
import android.content.res.Configuration
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
@ -27,6 +28,7 @@ fun TangemDropdownItem(item: TangemDropdownMenuItem, dismissParent: () -> Unit,
}
Text(
modifier = modifier
.fillMaxWidth()
.then(
if (item.isEnabled) {
Modifier.clickable {