File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/Benchmarks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const CreateBenchmark: React.FC = () => {
47
47
< div className = "flex flex-wrap -mx-3 mb-6" >
48
48
< div className = "w-full px-3" >
49
49
< 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"
51
51
htmlFor = "grid-password"
52
52
>
53
53
Title
@@ -63,7 +63,7 @@ const CreateBenchmark: React.FC = () => {
63
63
< div className = "flex flex-wrap -mx-3 mb-6" >
64
64
< div className = "w-full px-3" >
65
65
< 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"
67
67
htmlFor = "grid-password"
68
68
>
69
69
Subject
@@ -78,7 +78,7 @@ const CreateBenchmark: React.FC = () => {
78
78
< div className = "flex flex-wrap -mx-3 mb-6" >
79
79
< div className = "w-full px-3" >
80
80
< 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"
82
82
htmlFor = "grid-password"
83
83
>
84
84
Difficulty
You can’t perform that action at this time.
0 commit comments