rover labels and theme tweakings

This commit is contained in:
legop3
2026-06-02 02:44:47 -04:00
parent e1f8000cce
commit 98156676ee
20 changed files with 261 additions and 215 deletions
@@ -10,7 +10,7 @@ import CardFrame from '../CardFrame/index.jsx';
function EmptyState() {
return (
<CardFrame title="Room cameras" bodyClassName="space-y-0.5 text-sm">
<CardFrame title="Room Cameras" bodyClassName="space-y-0.5 text-sm">
<p className="text-center text-slate-400">No room cameras configured.</p>
<p className="text-center text-slate-500">Add entries to server config to populate this list.</p>
</CardFrame>