Skip to content

Commit

Permalink
feat: update the text style for title slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed Oct 8, 2023
1 parent 792d159 commit 1dc6d2f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import androidx.glance.layout.fillMaxSize
import androidx.glance.layout.fillMaxWidth
import androidx.glance.layout.height
import androidx.glance.layout.padding
import androidx.glance.text.FontWeight
import androidx.glance.text.Text
import androidx.glance.text.TextStyle
import com.chesire.nekome.core.compose.theme.DarkColorPalette
Expand Down Expand Up @@ -111,7 +112,8 @@ class SeriesWidget : GlanceAppWidget() {
color = ColorProvider(
day = LightColorPalette.onPrimaryContainer,
night = DarkColorPalette.onPrimaryContainer
)
),
fontWeight = FontWeight.Medium
),
maxLines = 3
)
Expand Down

0 comments on commit 1dc6d2f

Please sign in to comment.