refactor: update icons and improve action visibility in row and bulk action menus
This commit is contained in:
@@ -824,7 +824,7 @@ export function EnterpriseDataTable<E extends BaseEntity>(props: EnterpriseDataT
|
||||
{
|
||||
key: 'filter',
|
||||
icon: (
|
||||
<Indicator disabled={activeFilterCount === 0} size={8} offset={2}>
|
||||
<Indicator disabled={activeFilterCount === 0} size={8} offset={2} color="yellow">
|
||||
<Filter size={16} />
|
||||
</Indicator>
|
||||
),
|
||||
@@ -881,7 +881,7 @@ export function EnterpriseDataTable<E extends BaseEntity>(props: EnterpriseDataT
|
||||
statusBar={statusBar}
|
||||
domLayout={domLayout}
|
||||
overlayLoadingTemplate={`<span style="padding:10px">${loadingMessage}</span>`}
|
||||
overlayNoRowsTemplate={`<span style="padding:10px;color:var(--ag-foreground-color,#868e96)">${noRowsMessage}</span>`}
|
||||
overlayNoRowsTemplate={`<span style="padding:10px;color:var(--ag-foreground-color,#868e96);">${noRowsMessage}</span>`}
|
||||
{...restAgGridProps}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user