rework vehicle handling

This commit is contained in:
Matthias Hochmeister
2026-02-28 14:43:46 +01:00
parent bb54af4630
commit f7b5261ad9

View File

@@ -187,7 +187,7 @@ const JsonDiffViewer: React.FC<JsonDiffViewerProps> = ({ oldValue, newValue }) =
variant="outlined"
sx={{
p: 1.5, mt: 0.5,
backgroundColor: 'error.50',
backgroundColor: 'error.light',
fontFamily: 'monospace',
fontSize: '0.75rem',
overflowX: 'auto',
@@ -207,7 +207,7 @@ const JsonDiffViewer: React.FC<JsonDiffViewerProps> = ({ oldValue, newValue }) =
variant="outlined"
sx={{
p: 1.5, mt: 0.5,
backgroundColor: 'success.50',
backgroundColor: 'success.light',
fontFamily: 'monospace',
fontSize: '0.75rem',
overflowX: 'auto',