fix(databases): remove dropdown chevron from database header
This commit is contained in:
@@ -202,20 +202,6 @@ export default function DataTablesPage() {
|
||||
color: "inherit",
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{
|
||||
width: 14,
|
||||
display: "inline-flex",
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
flexShrink: 0,
|
||||
}}
|
||||
>
|
||||
<ChevronDown
|
||||
size={13}
|
||||
style={{ color: THEME.mid }}
|
||||
/>
|
||||
</span>
|
||||
<Database
|
||||
size={16}
|
||||
style={{ color: THEME.mid, flexShrink: 0 }}
|
||||
|
||||
Reference in New Issue
Block a user