mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(android): update widget with a more usable UI
This commit is contained in:
parent
be0f46371e
commit
c6739487a4
3 changed files with 127 additions and 11 deletions
|
@ -19,7 +19,7 @@ import androidx.compose.runtime.ProvidedValue
|
|||
import androidx.compose.ui.platform.LocalContext
|
||||
import com.halilibo.richtext.ui.material3.SetupMaterial3RichText
|
||||
|
||||
private val LightThemeColors =
|
||||
val LightThemeColors =
|
||||
lightColorScheme(
|
||||
primary = md_theme_light_primary,
|
||||
onPrimary = md_theme_light_onPrimary,
|
||||
|
@ -48,7 +48,7 @@ private val LightThemeColors =
|
|||
inverseSurface = md_theme_light_inverseSurface,
|
||||
)
|
||||
|
||||
private val DarkThemeColors =
|
||||
val DarkThemeColors =
|
||||
darkColorScheme(
|
||||
primary = md_theme_dark_primary,
|
||||
onPrimary = md_theme_dark_onPrimary,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue