feat: add MainContent component for database table data viewing and metadata management

This commit is contained in:
Ümit Tunç
2026-04-24 13:02:19 +03:00
parent 5c0744d5d1
commit 307ed6feee
+1 -1
View File
@@ -356,7 +356,7 @@ const MainContent: React.FC = () => {
size="small"
startIcon={<TableChart fontSize="small" />}
onClick={() => setActiveTable(params.value)}
sx={{ textTransform: 'none', fontWeight: 600, color: 'primary.main' }}
sx={{ textTransform: 'none', fontWeight: 600, color: '#ffc107', '&:hover': { color: '#ffca28' } }}
>
{params.value}
</Button>