We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc142e commit 8473f67Copy full SHA for 8473f67
1 file changed
README.md
@@ -20,8 +20,8 @@ Text composable to show html text from resources
20
<span style="color: red"> - Colored text (Markdown does not allow a preview here)<br>
21
<font color="#FF0000"> - Colored text (Markdown does not allow a preview here)<br>
22
<font color="red"> - Colored text (Markdown does not allow a preview here)<br><br>
23
-<big> - <big>BIG TEXT</big>
24
-<small> - <small> small text</small>
+<big> - <big>BIG TEXT</big><br><br>
+<small> - <small> small text</small><br><br>
25
26
## MaterialTheme colors in HtmlText
27
To use colors like `MaterialTheme.colors.primary` in `HtmlText`, map simple colors.
0 commit comments