1
This commit is contained in:
@@ -5,6 +5,6 @@ export const WordIcon = forwardRef<
|
||||
SVGSVGElement & { className: any },
|
||||
React.PropsWithChildren<{ className?: string }>
|
||||
>(({ className, ...props }, ref) => {
|
||||
const _className = 'transition text-gray-950 ' + (className || '')
|
||||
const _className = 'transition text-[#43AFD2] ' + (className || '')
|
||||
return <Word ref={ref} {...props} className={_className} />;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user