fix(databases): remove dropdown chevron from database header

This commit is contained in:
2026-06-14 14:21:54 -07:00
parent 2b4f0d9a5f
commit 8564442e67

View File

@@ -202,20 +202,6 @@ export default function DataTablesPage() {
color: "inherit", color: "inherit",
}} }}
> >
<span
style={{
width: 14,
display: "inline-flex",
alignItems: "center",
justifyContent: "center",
flexShrink: 0,
}}
>
<ChevronDown
size={13}
style={{ color: THEME.mid }}
/>
</span>
<Database <Database
size={16} size={16}
style={{ color: THEME.mid, flexShrink: 0 }} style={{ color: THEME.mid, flexShrink: 0 }}