mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-24 05:41:12 +00:00
fix(android): keep header logo in brand colors (#108199)
Co-authored-by: IWhatsskill <284122573+IWhatsskill@users.noreply.github.com>
This commit is contained in:
@@ -599,7 +599,7 @@ private fun OverviewHeader(
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.spacedBy(10.dp),
|
||||
) {
|
||||
OpenClawMascot(modifier = Modifier.size(25.dp), tint = ClawTheme.colors.text)
|
||||
OpenClawMascot(modifier = Modifier.size(25.dp))
|
||||
Text(
|
||||
text = nativeString("OpenClaw"),
|
||||
style = ClawTheme.type.title.copy(fontSize = 17.sp, lineHeight = 21.sp),
|
||||
|
||||
@@ -629,7 +629,7 @@ private fun VoiceHeader(
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.spacedBy(10.dp),
|
||||
) {
|
||||
OpenClawMascot(modifier = Modifier.size(25.dp), tint = ClawTheme.colors.text)
|
||||
OpenClawMascot(modifier = Modifier.size(25.dp))
|
||||
Text(
|
||||
text = nativeString("OpenClaw"),
|
||||
style = ClawTheme.type.title.copy(fontSize = 17.sp, lineHeight = 21.sp),
|
||||
|
||||
@@ -647,7 +647,7 @@ private fun ChatHeader(
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.spacedBy(10.dp),
|
||||
) {
|
||||
OpenClawMascot(modifier = Modifier.size(25.dp), tint = ClawTheme.colors.text)
|
||||
OpenClawMascot(modifier = Modifier.size(25.dp))
|
||||
Text(
|
||||
text = nativeString("OpenClaw"),
|
||||
style = ClawTheme.type.title.copy(fontSize = 17.sp, lineHeight = 21.sp),
|
||||
|
||||
Reference in New Issue
Block a user