From f7b5261ad9f15a3d8ecd082fcce3b64569c9e82b Mon Sep 17 00:00:00 2001 From: Matthias Hochmeister Date: Sat, 28 Feb 2026 14:43:46 +0100 Subject: [PATCH] rework vehicle handling --- frontend/src/pages/admin/AuditLog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/admin/AuditLog.tsx b/frontend/src/pages/admin/AuditLog.tsx index 827e33d..08da077 100644 --- a/frontend/src/pages/admin/AuditLog.tsx +++ b/frontend/src/pages/admin/AuditLog.tsx @@ -187,7 +187,7 @@ const JsonDiffViewer: React.FC = ({ 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 = ({ oldValue, newValue }) = variant="outlined" sx={{ p: 1.5, mt: 0.5, - backgroundColor: 'success.50', + backgroundColor: 'success.light', fontFamily: 'monospace', fontSize: '0.75rem', overflowX: 'auto',