feat: dark mode support for auth page (#569)

* feat: dark mode support for auth page

* chore: update
This commit is contained in:
Stephen Zhou
2022-11-26 11:20:22 +08:00
committed by GitHub
parent 2d5d734da4
commit 90c85103c3
8 changed files with 111 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
/* eslint-disable no-undef */
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,tsx}"],
darkMode: "class",
theme: {
fontSize: {
xs: ".75rem",