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