From 3281f057240991381e680f8e0f5bb48d14a7db93 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 30 Apr 2022 23:04:47 +0800 Subject: ... --- FrontEnd/src/views/common/button/IconButton.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'FrontEnd/src/views/common/button/IconButton.tsx') diff --git a/FrontEnd/src/views/common/button/IconButton.tsx b/FrontEnd/src/views/common/button/IconButton.tsx index 56c62588..89f570d4 100644 --- a/FrontEnd/src/views/common/button/IconButton.tsx +++ b/FrontEnd/src/views/common/button/IconButton.tsx @@ -1,9 +1,11 @@ -import classNames from "classnames"; import React from "react"; +import classNames from "classnames"; + +import { PaletteColorType } from "@/palette"; export type IconButtonProps = { icon: string; - color?: string; + color?: PaletteColorType; large?: boolean; } & React.ComponentPropsWithRef<"i">; -- cgit v1.2.3