diff --git a/apps/android/app/src/main/java/ai/openclaw/app/ui/MobileUiTokens.kt b/apps/android/app/src/main/java/ai/openclaw/app/ui/MobileUiTokens.kt index 7d897a55a0ea..4f6d6e8052cb 100644 --- a/apps/android/app/src/main/java/ai/openclaw/app/ui/MobileUiTokens.kt +++ b/apps/android/app/src/main/java/ai/openclaw/app/ui/MobileUiTokens.kt @@ -11,10 +11,6 @@ import androidx.compose.ui.text.font.FontFamily import androidx.compose.ui.text.font.FontWeight import androidx.compose.ui.unit.sp -// --------------------------------------------------------------------------- -// MobileColors – semantic color tokens with light + dark variants -// --------------------------------------------------------------------------- - internal data class MobileColors( val surface: Color, val surfaceStrong: Color, @@ -108,9 +104,6 @@ internal object MobileColorsAccessor { @Composable get() = LocalMobileColors.current } -// --------------------------------------------------------------------------- -// Backward-compatible top-level accessors (composable getters) -// --------------------------------------------------------------------------- // These allow existing call sites to keep using `mobileSurface`, `mobileText`, etc. // without converting every file at once. Each resolves to the themed value. @@ -149,10 +142,6 @@ internal val mobileBackgroundGradient: Brush ) } -// --------------------------------------------------------------------------- -// Typography tokens (theme-independent) -// --------------------------------------------------------------------------- - internal val mobileFontFamily = FontFamily( Font(resId = R.font.manrope_400_regular, weight = FontWeight.Normal),