Increase border radius of theme dropdown

This commit is contained in:
Ariful Alam
2023-02-18 22:37:25 +06:00
parent 5631516710
commit 78413294ea

View File

@@ -57,7 +57,7 @@ const ThemeChanger = ({ theme, setTheme, loading, themeConfig }) => {
</div> </div>
<div <div
tabIndex={0} tabIndex={0}
className="mt-16 overflow-y-auto shadow-2xl top-px dropdown-content max-h-96 w-52 rounded-b-box bg-base-200 text-base-content" className="mt-16 overflow-y-auto shadow-2xl top-px dropdown-content max-h-96 w-52 rounded-lg bg-base-200 text-base-content"
> >
<ul className="p-4 menu compact"> <ul className="p-4 menu compact">
{[ {[