mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
common: remove ugly title color
This commit is contained in:
parent
72025fc9c3
commit
ff25657989
2 changed files with 0 additions and 4 deletions
|
@ -30,7 +30,6 @@ import com.google.accompanist.flowlayout.FlowRow
|
|||
import dev.msfjarvis.claw.common.res.commentIcon
|
||||
import dev.msfjarvis.claw.common.res.heartBorderIcon
|
||||
import dev.msfjarvis.claw.common.res.heartIcon
|
||||
import dev.msfjarvis.claw.common.theme.titleColor
|
||||
import dev.msfjarvis.claw.common.ui.NetworkImage
|
||||
import dev.msfjarvis.claw.database.local.SavedPost
|
||||
|
||||
|
@ -101,7 +100,6 @@ fun PostTitle(
|
|||
) {
|
||||
Text(
|
||||
text = title,
|
||||
color = titleColor,
|
||||
fontWeight = FontWeight.Bold,
|
||||
modifier = modifier,
|
||||
)
|
||||
|
|
|
@ -9,8 +9,6 @@ import androidx.compose.runtime.CompositionLocalProvider
|
|||
import androidx.compose.runtime.ProvidedValue
|
||||
import androidx.compose.ui.graphics.Color
|
||||
|
||||
val titleColor = Color(0xFF7395D9)
|
||||
|
||||
val LightThemeColors =
|
||||
lightColorScheme(
|
||||
primary = md_theme_light_primary,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue