aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/portal/back_button.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/components/portal/back_button.tsx')
-rw-r--r--packages/website/ts/components/portal/back_button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/portal/back_button.tsx b/packages/website/ts/components/portal/back_button.tsx
index bea69bb95..9b4451196 100644
--- a/packages/website/ts/components/portal/back_button.tsx
+++ b/packages/website/ts/components/portal/back_button.tsx
@@ -31,7 +31,7 @@ export const BackButton = (props: BackButtonProps) => {
<i style={styles.backButtonIcon} className={`zmdi zmdi-arrow-left`} />
</div>
<div style={{ marginLeft: 12, marginRight: 12 }}>
- <div style={{ fontSize: 16, color: colors.lightGrey }}>{props.labelText}</div>
+ <div style={{ fontSize: 16, color: colors.mediumBlue }}>{props.labelText}</div>
</div>
</Island>
</Link>