Darkmode #9

Merged
0Ry5 merged 2 commits from Darkmode into main 2024-09-13 21:30:05 +02:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 1e19501dab - Show all commits

View file

@ -6,7 +6,6 @@ import "./App.css";
import { Main } from "./pages";
import { Library } from "./pages/Library";
import { Book } from "./pages/Book";
import * as colors from "./colors";
import { ActiveModalProps } from "./shared/components/modals/types";
export const AuthContext = createContext<{

View file

@ -1,7 +1,6 @@
import React from "react";
import { Button, Modal } from "react-bootstrap";
import { AiOutlineClose } from "react-icons/ai";
import { primary, secondary } from "../../../colors";
export const ModalHeader = ({
title,