We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018e1fb commit 1a92bdfCopy full SHA for 1a92bdf
font_awesome/src/main/java/lazycoder21/droid/compose/CircularFontAwesomeIcon.kt
@@ -11,7 +11,6 @@ import androidx.compose.runtime.Composable
11
import androidx.compose.ui.Modifier
12
import androidx.compose.ui.draw.clip
13
import androidx.compose.ui.graphics.Color
14
-import androidx.compose.ui.platform.LocalConfiguration
15
import androidx.compose.ui.semantics.Role
16
import androidx.compose.ui.text.TextStyle
17
import androidx.compose.ui.unit.Dp
@@ -34,7 +33,6 @@ fun CircularFontAwesomeIcon(
34
33
onClick: (() -> Unit)? = null,
35
) {
36
37
- val scaleFactor = LocalConfiguration.current.fontScale
38
val fontSize = size.scaleIndependentFontSize
39
40
val faTextStyle = textStyle.copy(
0 commit comments