From 76237739a302c38cf5184a61f59ce7ef18dd9f8b Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 22 Feb 2019 13:39:54 -0800 Subject: [PATCH] Add borders and divider values --- OTKit/otkit-borders/token.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/OTKit/otkit-borders/token.yml b/OTKit/otkit-borders/token.yml index 679cb396..074f4ef5 100644 --- a/OTKit/otkit-borders/token.yml +++ b/OTKit/otkit-borders/token.yml @@ -4,6 +4,19 @@ props: border-radius-small: value: "4px" + # #d8d9db is ash-lighter from otkit-colors + border-default: + value: "1px solid #d8d9db" + + # #da3743 is red from otkit-colors + border-hover: + value: "2px solid #da3743" + + # #d8d9db is ash-lighter from otkit-colors + divider-default: + value: "1px solid #d8d9db" + + global: platform: "core" type: "border"