From 3747b15d7b1de8698370a97669dc6c6365197d7e Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 16 May 2019 02:39:45 -0700 Subject: [PATCH] Update styling-components.md (#447) Summary: Link to color definitions. Pull Request resolved: https://github.com/facebook/flipper/pull/447 Reviewed By: danielbuechele Differential Revision: D15353434 Pulled By: passy fbshipit-source-id: e1a15ae4979956f2b0529ee86e0a523a93d77006 --- docs/extending/styling-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/styling-components.md b/docs/extending/styling-components.md index 59e04a1a7..e1b5bfa94 100644 --- a/docs/extending/styling-components.md +++ b/docs/extending/styling-components.md @@ -65,7 +65,7 @@ Pseudo-classes can be used like this: ## Colors -The colors module contains all standard colors used by Flipper. All the available colors are defined in `src/ui/components/colors.js` with comments about suggested usage of them. And we strongly encourage to use them. They can be required like this: +The colors module contains all standard colors used by Flipper. All the available colors are defined in [`src/ui/components/colors.js`](https://github.com/facebook/flipper/blob/master/src/ui/components/colors.js) with comments about suggested usage of them. And we strongly encourage to use them. They can be required like this: ```javascript import {colors} from 'flipper'