mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Allow themes to theme the UI (#769)
This commit is contained in:
@@ -24,7 +24,7 @@ export const AboutBox: React.FC<AboutBoxProps> = ({
|
||||
}) => (
|
||||
<Box
|
||||
borderStyle="round"
|
||||
borderColor={Colors.SubtleComment}
|
||||
borderColor={Colors.Gray}
|
||||
flexDirection="column"
|
||||
padding={1}
|
||||
marginY={1}
|
||||
|
||||
Reference in New Issue
Block a user