I'll update the dashboard to make it more Xero-like, starting with adding the blue navigation bar across the top. Let me implement these changes for you.
I've updated the dashboard to make it more Xero-like with the following changes:
- Added a blue navigation bar across the top with the Xero-style blue color (
#0F70B7
) Created a two-part header:
- Top section: Blue bar with navigation links and icons
- Bottom section: Company name and last login information with an "Edit dashboard" button
- Updated the card styles with colored top borders to match Xero's visual style
- Changed the tabs to have a more Xero-like appearance with bottom borders instead of the default shadcn style
- Updated all primary buttons to use the Xero blue color scheme
- Added the Xero blue colors to the Tailwind config for consistent usage
- Changed the background color of the main content area to a light gray (
#F7F9FA
) similar to Xero - Added the user avatar in the top right with initials "NH"
- Made these changes consistent across all pages (dashboard, payments, and invoices)
The design now has the clean, professional look of Xero while maintaining all the functionality of your original dashboard.