fix: remove unused useRoomName import, run prettier on all changed files
CI / Build & Quality Checks (push) Successful in 10m25s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 21:38:35 -04:00
parent 051d207079
commit 6fbde91fc9
8 changed files with 394 additions and 222 deletions
@@ -972,7 +972,10 @@ function ChatBgGrid() {
...getChatBg(opt.value as ChatBackground, isDark),
}}
/>
<Text size="T200" style={chatBackground === opt.value ? { color: color.Critical.Main } : undefined}>
<Text
size="T200"
style={chatBackground === opt.value ? { color: color.Critical.Main } : undefined}
>
{opt.label}
</Text>
</Box>