rework vehicle handling
This commit is contained in:
@@ -187,7 +187,7 @@ const JsonDiffViewer: React.FC<JsonDiffViewerProps> = ({ oldValue, newValue }) =
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
sx={{
|
sx={{
|
||||||
p: 1.5, mt: 0.5,
|
p: 1.5, mt: 0.5,
|
||||||
backgroundColor: 'error.50',
|
backgroundColor: 'error.light',
|
||||||
fontFamily: 'monospace',
|
fontFamily: 'monospace',
|
||||||
fontSize: '0.75rem',
|
fontSize: '0.75rem',
|
||||||
overflowX: 'auto',
|
overflowX: 'auto',
|
||||||
@@ -207,7 +207,7 @@ const JsonDiffViewer: React.FC<JsonDiffViewerProps> = ({ oldValue, newValue }) =
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
sx={{
|
sx={{
|
||||||
p: 1.5, mt: 0.5,
|
p: 1.5, mt: 0.5,
|
||||||
backgroundColor: 'success.50',
|
backgroundColor: 'success.light',
|
||||||
fontFamily: 'monospace',
|
fontFamily: 'monospace',
|
||||||
fontSize: '0.75rem',
|
fontSize: '0.75rem',
|
||||||
overflowX: 'auto',
|
overflowX: 'auto',
|
||||||
|
|||||||
Reference in New Issue
Block a user