We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5aacfc7 + 9a38aa1 commit f24c917Copy full SHA for f24c917
gallery/src/commonMain/kotlin/com/konyaco/fluent/gallery/screen/design/TypographyScreen.kt
@@ -30,9 +30,8 @@ import com.konyaco.fluent.gallery.component.HeaderItemRow
30
import com.konyaco.fluent.gallery.component.ItemRow
31
import com.konyaco.fluent.source.generated.FluentSourceFile
32
33
-@Component(index = 1, icon = "TextFont", iconGlyph = '\uE8D2')
34
@OptIn(ExperimentalTextApi::class)
35
-@Component(index = 1, icon = "TextFont")
+@Component(index = 1, icon = "TextFont", iconGlyph = '\uE8D2')
36
@Composable
37
fun TypographyScreen() {
38
val linkTextColor = FluentTheme.colors.text.accent.primary
0 commit comments