Commit a676b97b authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

darkmode delete

parent 14120c0f
...@@ -2,12 +2,8 @@ import React from "react"; ...@@ -2,12 +2,8 @@ import React from "react";
import { Link } from "react-router-dom"; import { Link } from "react-router-dom";
import "tailwindcss/tailwind.css"; import "tailwindcss/tailwind.css";
type HeaderProps = { const Header = () => (
<div className="bg-white border-b-2 border-b-themeColor px-2 sm:px-4 py-2.5">
};
const Header = ({ }: HeaderProps) => (
<div className="bg-white border-b-2 border-b-themeColor px-2 sm:px-4 py-2.5 dark:bg-gray-800">
<div className="container flex flex-wrap justify-between items-center mx-auto"> <div className="container flex flex-wrap justify-between items-center mx-auto">
<Link to="/" className="font-bold text-2xl text-themeColor"> Simple Survey Form </Link> <Link to="/" className="font-bold text-2xl text-themeColor"> Simple Survey Form </Link>
<div className="md:flex items-center justify-end md:flex-1 lg:w-0"> <div className="md:flex items-center justify-end md:flex-1 lg:w-0">
......
...@@ -7,7 +7,7 @@ import "tailwindcss/tailwind.css"; ...@@ -7,7 +7,7 @@ import "tailwindcss/tailwind.css";
const HomePage = () => ( const HomePage = () => (
<div> <div>
<div className="text-slate-300 text-center text-3xl text-black"> <div className="text-slate-300 text-center text-3xl text-black my-5">
가장 쉽게 설문지를 만드세요! 가장 쉽게 설문지를 만드세요!
</div> </div>
<div className="flex container justify-center my-6"> <div className="flex container justify-center my-6">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment