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