mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 21:41:57 -06:00
Adjust description cell spacing and text color
This commit is contained in:
@@ -148,10 +148,12 @@ const DescriptionCellRenderer = React.memo(function DescriptionCellRenderer(prop
|
|||||||
: { sx: { display: "none" } }
|
: { sx: { display: "none" } }
|
||||||
}
|
}
|
||||||
sx={{
|
sx={{
|
||||||
|
mt: 0.5,
|
||||||
|
mb: 0.5,
|
||||||
'& .MuiOutlinedInput-root': {
|
'& .MuiOutlinedInput-root': {
|
||||||
backgroundColor,
|
backgroundColor,
|
||||||
transition: "background-color 0.2s ease, border-color 0.2s ease",
|
transition: "background-color 0.2s ease, border-color 0.2s ease",
|
||||||
color: "#fff",
|
color: "rgba(255,255,255,0.85)",
|
||||||
fontFamily: fontFamily || gridFontFamily,
|
fontFamily: fontFamily || gridFontFamily,
|
||||||
fontSize: "0.875rem",
|
fontSize: "0.875rem",
|
||||||
height: 34,
|
height: 34,
|
||||||
@@ -171,6 +173,7 @@ const DescriptionCellRenderer = React.memo(function DescriptionCellRenderer(prop
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
'& .MuiOutlinedInput-input': {
|
'& .MuiOutlinedInput-input': {
|
||||||
|
color: "rgba(255,255,255,0.85)",
|
||||||
py: 0.75,
|
py: 0.75,
|
||||||
px: 1.5,
|
px: 1.5,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user