stlyes fixes
This commit is contained in:
@@ -2,7 +2,7 @@ export default function SidebarWidget() {
|
||||
return (
|
||||
<div
|
||||
className={`
|
||||
mx-auto mb-10 w-full max-w-60 rounded-2xl bg-blue-50 px-4 py-5 text-center dark:bg-blue-900/20`}
|
||||
mx-auto mb-10 w-full max-w-60 rounded-2xl bg-brand-50 px-4 py-5 text-center dark:bg-brand-900/20`}
|
||||
>
|
||||
<ul className="space-y-1 text-sm text-gray-700 dark:text-gray-300">
|
||||
<li>Infinite.</li>
|
||||
|
||||
Reference in New Issue
Block a user