mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
fix: workaround weird type error
This commit is contained in:
@@ -29,8 +29,8 @@ type SizeType = keyof typeof SIZE_CONFIG;
|
|||||||
|
|
||||||
type IconButtonContainerProps = {
|
type IconButtonContainerProps = {
|
||||||
size?: SizeType;
|
size?: SizeType;
|
||||||
hoverColor?: CSSProperties['backgroundColor'];
|
hoverColor?: string; // CSSProperties['backgroundColor'];
|
||||||
backgroundColor?: CSSProperties['backgroundColor'];
|
backgroundColor?: string; // CSSProperties['backgroundColor'];
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user