feat: add MainContent component for database table data viewing and metadata management
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user