fix(SW-3081): Removed color option from hotel logos to avoid wrong colors
Approved-by: Matilda Landström
This commit is contained in:
@@ -15,8 +15,7 @@ export interface IllustrationProps
|
||||
}
|
||||
|
||||
export interface LogoProps
|
||||
extends Omit<React.SVGAttributes<HTMLOrSVGElement>, 'color'>,
|
||||
VariantProps<typeof iconVariants> {
|
||||
extends Omit<React.SVGAttributes<HTMLOrSVGElement>, 'color'> {
|
||||
width?: string | number
|
||||
height?: string | number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user