diff --git a/src/pages/Dashboard.jsx b/src/pages/Dashboard.jsx index d6bc483..f99340d 100644 --- a/src/pages/Dashboard.jsx +++ b/src/pages/Dashboard.jsx @@ -41,7 +41,7 @@ function Panel({ icon: Icon, title, action, color = 'primary', noPadding = false `linear-gradient(90deg, ${theme.palette[color].lighter}66 0%, transparent 100%)` }} > @@ -124,9 +124,7 @@ export default function Dashboard() { {error && Retry}>{error}} - - - + @@ -200,7 +198,7 @@ export default function Dashboard() { {byType.length === 0 ? ( ) : ( - + {byType.map(([type, count], i) => ( @@ -231,7 +229,7 @@ export default function Dashboard() { ) : ( } spacing={0}> {team.slice(0, 6).map((u) => ( - + {u.name} diff --git a/src/pages/Settings.jsx b/src/pages/Settings.jsx index 2c42eef..78b2569 100644 --- a/src/pages/Settings.jsx +++ b/src/pages/Settings.jsx @@ -71,7 +71,7 @@ function Section({ icon: Icon, title, subtitle, color = 'primary', danger = fals `linear-gradient(90deg, ${theme.palette[color].lighter}66 0%, ${theme.palette.background.paper} 72%)` }} > @@ -170,7 +170,7 @@ export default function Settings() { {/* Sidebar */} - + Preferences {NAV.map((item, i) => { @@ -182,7 +182,7 @@ export default function Settings() { direction="row" spacing={1.5} alignItems="center" onClick={() => setTab(i)} sx={{ - px: 1.5, py: 1.25, borderRadius: 2, cursor: 'pointer', position: 'relative', + px: 1.5, py: 1.5, borderRadius: 2, cursor: 'pointer', position: 'relative', bgcolor: active ? 'primary.lighter' : 'transparent', transition: 'background-color .15s', '&:hover': { bgcolor: active ? 'primary.lighter' : 'grey.50' }, @@ -203,7 +203,7 @@ export default function Settings() { - + diff --git a/src/pages/bookings/Bookings.jsx b/src/pages/bookings/Bookings.jsx index afa4c71..168b4be 100644 --- a/src/pages/bookings/Bookings.jsx +++ b/src/pages/bookings/Bookings.jsx @@ -310,7 +310,7 @@ function BookingFormDialog({ open, onClose, onSave, clients, surveys }) { {formData.parcels.map((parcel, idx) => ( - + @@ -334,7 +334,7 @@ function BookingFormDialog({ open, onClose, onSave, clients, surveys }) { ))} - + Price & Insurance @@ -402,7 +402,7 @@ function BookingFormDialog({ open, onClose, onSave, clients, surveys }) { - +