From 9f64bb32d05560c8b2704ff4281c9df16457df9b Mon Sep 17 00:00:00 2001 From: Ada Date: Sat, 7 Feb 2026 01:35:10 -0800 Subject: [PATCH] Update PuppetView.tsx --- src/components/puppet/PuppetView.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/components/puppet/PuppetView.tsx b/src/components/puppet/PuppetView.tsx index 3c8f96a..1f8ed3b 100644 --- a/src/components/puppet/PuppetView.tsx +++ b/src/components/puppet/PuppetView.tsx @@ -203,8 +203,6 @@ export function PuppetView({ action, isTalking }: PuppetViewProps) { {/* Body (droplet-like rounded rect) */} - {/* Gloss */} - {/* Cheeks */} @@ -258,15 +256,6 @@ const styles = StyleSheet.create({ shadowRadius: 12, elevation: 8, }, - gloss: { - position: 'absolute', - top: BODY_SIZE * 0.12, - left: BODY_SIZE * 0.2, - right: BODY_SIZE * 0.2, - height: 4, - borderRadius: 2, - backgroundColor: 'rgba(255,255,255,0.35)', - }, cheek: { position: 'absolute', width: 14,