Description
The issue is broken UI with first 2 categories and the predetermined colors of the widget do not work on hover over the button (it is always showing default blue).
Steps to reproduce
Just used this in my Next.js project as a component:
<div> <FileUploaderRegular sourceList="local, url, camera, dropbox" classNameUploader="uc-light uc-purple" pubkey= <pub_key> ##removed it /> </div>
Expected result
Not broken UI and colors working correctly on hover.
Actual result
Broken UI and colors not working.

Environment
▲ Next.js 14.2.15
Windows OS, VSCode editor, Google chrome v. 130.0.6723.92 (Official Build) (64-bit)
development, ran by npm run dev
Description
The issue is broken UI with first 2 categories and the predetermined colors of the widget do not work on hover over the button (it is always showing default blue).
Steps to reproduce
Just used this in my Next.js project as a component:
<div> <FileUploaderRegular sourceList="local, url, camera, dropbox" classNameUploader="uc-light uc-purple" pubkey= <pub_key> ##removed it /> </div>Expected result
Not broken UI and colors working correctly on hover.
Actual result
Broken UI and colors not working.

Environment
▲ Next.js 14.2.15
Windows OS, VSCode editor, Google chrome v. 130.0.6723.92 (Official Build) (64-bit)
development, ran by npm run dev