Skip to content

Commit 19fd865

Browse files
committed
fix: TheoryTab text contrast
1 parent ebd09ec commit 19fd865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sql/TheoryTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export function TheoryTab({ theoryRead, onTheoryReadChange }: Props) {
249249
<div className="relative flex flex-col md:flex-row md:items-center md:justify-between gap-4">
250250
<div className="flex items-start gap-3">
251251
<div className="p-3 rounded-2xl bg-primary/10 ring-1 ring-primary/20">
252-
<Sparkles className="h-6 w-6 text-yellow-500 dark:text-yellow-300" />
252+
<Sparkles className="h-6 w-6 text-yellow-600 drop-shadow-[0_0_6px_rgba(255,215,0,0.55)] dark:text-yellow-300" />
253253
</div>
254254
<div>
255255
<h1 className="text-2xl md:text-3xl font-extrabold leading-tight">Теория: защита от SQL-инъекций</h1>

0 commit comments

Comments
 (0)