Skip to content

Commit 77c00ff

Browse files
committed
fix light mode in warning message
1 parent 18c79cd commit 77c00ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/static/css/chat.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,12 +1243,13 @@ button, input, select, textarea {
12431243
.confirmation-text {
12441244
margin-bottom: 20px;
12451245
line-height: 1.6;
1246-
color: #ffffff;
1246+
color: var(--text-primary);
12471247
font-size: 14px;
12481248
}
12491249

12501250
.confirmation-text strong {
1251-
color: #FFCDD2;
1251+
color: var(--text-primary);
1252+
font-weight: bold;
12521253
}
12531254

12541255
.confirmation-buttons {

0 commit comments

Comments
 (0)