Skip to content

Commit

Permalink
Set minor content color as default text color
Browse files Browse the repository at this point in the history
  • Loading branch information
yasanglass committed Jan 14, 2024
1 parent d62100d commit b04cc85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import androidx.compose.material3.Text as Material3Text
@Composable
public fun Text(
text: String,
color: Color,
modifier: Modifier = Modifier,
color: Color = ConcreteTheme.colors.content.minor,
fontSize: TextUnit = TextUnit.Unspecified,
fontStyle: FontStyle? = null,
fontWeight: FontWeight? = null,
Expand Down

0 comments on commit b04cc85

Please sign in to comment.