From dad451c6af839bf65d529061a7d7de0f1bb51744 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 20 May 2026 15:25:21 -0600 Subject: [PATCH] fixed alignment issues on local credentials front end (for real this time) --- src/app/main.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/main.tsx b/src/app/main.tsx index 2d8615c..feae822 100644 --- a/src/app/main.tsx +++ b/src/app/main.tsx @@ -1,5 +1,6 @@ import { StrictMode } from 'react' import { createRoot } from 'react-dom/client' +import { StyledEngineProvider } from '@mui/material/styles' import App from './App' // I don't consider providing a disabled button to a Tooltip an error. @@ -20,6 +21,8 @@ if ('serviceWorker' in navigator) { createRoot(document.getElementById('root')!).render( // - + + + // , )