From a4de585feb0f8e5ec99f0eb4a7b9aca8a24144f5 Mon Sep 17 00:00:00 2001 From: August Skare Date: Tue, 23 Oct 2018 12:34:35 +0100 Subject: Feature/colors (#5) * fix color variables * rename link var to type --- packages/dev-tools-pages/ts/globalStyles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/dev-tools-pages/ts/globalStyles.tsx') diff --git a/packages/dev-tools-pages/ts/globalStyles.tsx b/packages/dev-tools-pages/ts/globalStyles.tsx index f51ea4b1d..16adc61a7 100644 --- a/packages/dev-tools-pages/ts/globalStyles.tsx +++ b/packages/dev-tools-pages/ts/globalStyles.tsx @@ -50,7 +50,7 @@ const BaseStyles = createGlobalStyle` } a { - color: ${(props: any) => props.colors.link}; + color: ${(props: any) => props.colors.type}; text-decoration: none; &:hover { -- cgit v1.2.3