mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-06 16:31:12 +08:00
feat: update styles and improve Chinese localization in CLI manager
This commit is contained in:
@@ -603,6 +603,8 @@ export function InjectionControlTab({ className }: InjectionControlTabProps) {
|
||||
!isOverLimit && isOverWarning && 'bg-yellow-100 dark:bg-yellow-900/30'
|
||||
)}
|
||||
indicatorClassName={cn(
|
||||
// Default: use a distinct blue color
|
||||
!isOverLimit && !isOverWarning && 'bg-sky-500 dark:bg-sky-400',
|
||||
isOverLimit && 'bg-destructive',
|
||||
!isOverLimit && isOverWarning && 'bg-yellow-500'
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user