在黑暗模式下,MUI X數(shù)據(jù)網(wǎng)格分頁文本保持黑色,其顏色為(0,0,0,0.87)。我在我的代碼庫中找不到它以rgba()或十六進(jìn)制形式連接回的引用。
export default createTheme({
...<other mui theme stuff>
components: {
...<skip>
MuiDataGrid: { ...dataGrid },
...<skip over a bunch of other components>
MuiTablePagination: { ...tablePagination },
},
});
但是mutable pagination似乎不適用于數(shù)據(jù)網(wǎng)格的表分頁,無論我用什么替換...表格分頁
想不出一個(gè)不打亂主題切換的方法來瞄準(zhǔn)它。任何幫助將是巨大的感謝!