Skip to content

Commit 77c41d1

Browse files
committed
Add dark theme;
All components are styled: input, select, checkbox, range; Improved minor stylistic details; SVG import reworked
1 parent d4f7d01 commit 77c41d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3430
-136
lines changed

custom_typing/svg.d.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
declare module "*.svg" {
2-
const content: string;
2+
import React from "react";
3+
4+
const content: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
35
export default content;
46
}

0 commit comments

Comments
 (0)