File tree Expand file tree Collapse file tree
persona/src/androidMain/kotlin/com/dimension/maskbook/persona/ui/scenes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import androidx.compose.foundation.layout.width
2929import androidx.compose.foundation.lazy.LazyColumn
3030import androidx.compose.foundation.lazy.items
3131import androidx.compose.material.Icon
32+ import androidx.compose.material.MaterialTheme
3233import androidx.compose.material.Text
3334import androidx.compose.material.icons.Icons
3435import androidx.compose.material.icons.rounded.Add
@@ -93,7 +94,7 @@ fun SwitchPersonaModal(
9394 modifier = Modifier .size(32 .dp),
9495 )
9596 Spacer (modifier = Modifier .width(8 .dp))
96- Text (text = item.name)
97+ Text (text = item.name, style = MaterialTheme .typography.h5 )
9798 }
9899 )
99100 }
@@ -108,6 +109,7 @@ fun SwitchPersonaModal(
108109 content = {
109110 Text (
110111 text = stringResource(R .string.scene_personas_add_persona),
112+ style = MaterialTheme .typography.h5
111113 )
112114 Spacer (Modifier .weight(1f ))
113115 Icon (
You can’t perform that action at this time.
0 commit comments