Thanks maliming
hi
The issue is resolved when using https.
Thanks。
hi jfistelmann
How about using different CSS styles for different appearances? The following CSS works correctly in Light mode but appears unclear in Dark mode.
<style> .badge.bg-light { color: #343a40 !important; background-color: #e6ebef !important; } </style>
Shayne it's not a bug and already implemented.
See https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlazoriseUI/Components/AbpExtensibleDataGrid.razor#L37C25-L37C41
Hi alper ABP Suite generates CRUD pages using the DataGrid by default rather than AbpExtensibleDataGrid, the issue may still exist for DataGrid.