Skip to content

Commit 525ace3

Browse files
committed
Increase subtab contrast
Supposed to fix #1271. Should probably go a bit higher in contrast still, but also did not want to risk deviating from the general style too much.
1 parent bc5a804 commit 525ace3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/events/partials/ModalTabsAndPages/EventDetailsAssetsTab.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ const EventDetailsAssetsTab = ({
9191
padding: "14px 5px",
9292
fontWeight: "600",
9393
minWidth: "100px",
94-
color: "#5d7589",
94+
color: "#435263",
9595
};
9696

9797
const assetsTabInactive = {
9898
padding: "14px 5px",
9999
minWidth: "100px",
100-
color: "#92a0ab",
100+
color: "#646e75",
101101
};
102102

103103
useEffect(() => {

src/styles/base/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $light-black-alpha: rgba($black, 0.04);
8282
// ----------------------------------------
8383

8484
$body-background: $off-white;
85-
$header-link-color: #596C82;
85+
$header-link-color: #435263;
8686
$color-link: $medium-prim-color;
8787
$color-link-hover: $dark-prim-color;
8888

0 commit comments

Comments
 (0)