From f0768a5945fae59e5e722cac6074348f33aad497 Mon Sep 17 00:00:00 2001 From: Ada Date: Sat, 7 Feb 2026 01:11:53 -0800 Subject: [PATCH] Update PuppetView.tsx --- src/components/puppet/PuppetView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/puppet/PuppetView.tsx b/src/components/puppet/PuppetView.tsx index d420be2..3c8f96a 100644 --- a/src/components/puppet/PuppetView.tsx +++ b/src/components/puppet/PuppetView.tsx @@ -225,7 +225,7 @@ export function PuppetView({ action, isTalking }: PuppetViewProps) { } const BODY_SIZE = PUPPET_SIZE * 0.9; -const EYE_SIZE = 10; +const EYE_SIZE = 18; const EYE_OFFSET_X = 18; const EYE_OFFSET_Y = -8; @@ -300,9 +300,9 @@ const styles = StyleSheet.create({ eyeLeft: { marginRight: EYE_OFFSET_X }, eyeRight: { marginLeft: EYE_OFFSET_X }, eyeSparkle: { - width: 3, - height: 3, - borderRadius: 1.5, + width: 6, + height: 6, + borderRadius: 3, backgroundColor: '#fff', position: 'absolute', top: 1,