Revert "Added optional boxed styling for information widgets and refactored information widgets"

This commit is contained in:
shamoon
2023-06-10 23:30:44 -07:00
committed by GitHub
parent 347761fcad
commit 6b2930ab8d
35 changed files with 854 additions and 642 deletions

View File

@@ -1,3 +0,0 @@
export default function WidgetLabel({ label = "" }) {
return <div className="ml-6 pt-1 text-center text-theme-800 dark:text-theme-200 text-xs">{label}</div>
}