style: update the overview style

This commit is contained in:
Nathnael
2026-06-22 08:05:04 +00:00
parent 9a224e9baf
commit ec708d85b3
5 changed files with 34 additions and 70 deletions

View File

@@ -132,7 +132,7 @@ const OverviewPage = () => {
value={activeTab}
onChange={(value) => setActiveTab((value as OverviewTabKey) ?? "bookings")}
variant="pills"
color="green"
color="edr-green"
keepMounted={false}
classNames={{ list: "ov-tablist", tab: "ov-tab" }}
>
@@ -151,12 +151,7 @@ const OverviewPage = () => {
size="sm"
radius="sm"
variant={isActive ? "white" : "light"}
color={isActive ? "green" : "gray"}
styles={
isActive
? { root: { background: "rgba(255,255,255,0.9)", color: "#15805f" } }
: undefined
}
color={isActive ? "edr-green" : "gray"}
>
{getTabBadge(tab)}
</Badge>