From f2c2a1f2faf2ad58410e5631e7d7689e4ca068c1 Mon Sep 17 00:00:00 2001 From: zhangheng Date: Wed, 27 May 2026 20:15:07 +0800 Subject: [PATCH] fix(style): theme --- app/theme.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/theme.ts b/app/theme.ts index 6c9aa11..2b0efb2 100644 --- a/app/theme.ts +++ b/app/theme.ts @@ -174,7 +174,10 @@ export const theme = createTheme({ color: "#4E5969", }, arrow: { - borderColor: "#E5E6EB", + borderTopColor: "#E5E6EB", + borderRightColor: "#E5E6EB", + borderBottomColor: "#E5E6EB", + borderLeftColor: "#E5E6EB", background: "#FFFFFF", }, }