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 = () => {
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
You can’t perform that action at this time.
0 commit comments