File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/desktop/src/components/context_management Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ export const CreditsExhaustedNotification: React.FC<CreditsExhaustedNotification
2222 } ;
2323
2424 return (
25- < div className = "rounded-lg border border-yellow-500/30 bg-yellow-500/10 p-4 my-2" >
25+ < div className = "rounded-lg border border-yellow-600/30 dark:border-yellow- 500/30 bg-yellow-500/10 dark: bg-yellow-500/10 p-4 my-2" >
2626 < div className = "flex items-start gap-3" >
2727 < div className = "text-yellow-500 text-lg mt-0.5" > ⚠️</ div >
2828 < div className = "flex-1" >
29- < div className = "text-sm text-yellow-200 whitespace-pre-line" > { notification . msg } </ div >
29+ < div className = "text-sm text-yellow-800 dark:text-yellow- 200 whitespace-pre-line" > { notification . msg } </ div >
3030 { topUpUrl && (
3131 < button
3232 onClick = { handleTopUp }
You can’t perform that action at this time.
0 commit comments