Skip to content

Commit 17a89fa

Browse files
committed
fix(ui): apply dark theme on benchmark creation
1 parent 183e18f commit 17a89fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Benchmarks/CreateBenchmark.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const CreateBenchmark: React.FC = () => {
4747
<div className="flex flex-wrap -mx-3 mb-6">
4848
<div className="w-full px-3">
4949
<label
50-
className="block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
50+
className="block uppercase dark:text-white tracking-wide text-gray-700 text-xs font-bold mb-2"
5151
htmlFor="grid-password"
5252
>
5353
Title
@@ -63,7 +63,7 @@ const CreateBenchmark: React.FC = () => {
6363
<div className="flex flex-wrap -mx-3 mb-6">
6464
<div className="w-full px-3">
6565
<label
66-
className="block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
66+
className="block dark:text-white uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
6767
htmlFor="grid-password"
6868
>
6969
Subject
@@ -78,7 +78,7 @@ const CreateBenchmark: React.FC = () => {
7878
<div className="flex flex-wrap -mx-3 mb-6">
7979
<div className="w-full px-3">
8080
<label
81-
className="block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
81+
className="block dark:text-white uppercase tracking-wide text-gray-700 text-xs font-bold mb-2"
8282
htmlFor="grid-password"
8383
>
8484
Difficulty

0 commit comments

Comments
 (0)