From ff8760c08ba37f9be79fcff1fee69cd9e2cb1158 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Mon, 13 May 2019 17:28:42 -0500 Subject: [PATCH] 2.0.3 --- app/stylesheets/main.scss | 2 +- dist/dist.css | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/stylesheets/main.scss b/app/stylesheets/main.scss index 521e35b..cfe2d73 100644 --- a/app/stylesheets/main.scss +++ b/app/stylesheets/main.scss @@ -21,5 +21,5 @@ html, body { position: absolute; top: 1.1rem; right: 2rem; - box-shadow: #00000036 0 0 10px; + box-shadow: var(--sn-stylekit-border-color) 0 1px 2px; } diff --git a/dist/dist.css b/dist/dist.css index e5cda7f..3783705 100644 --- a/dist/dist.css +++ b/dist/dist.css @@ -2056,4 +2056,4 @@ html, body { position: absolute; top: 1.1rem; right: 2rem; - box-shadow: #00000036 0 0 10px; } + box-shadow: var(--sn-stylekit-border-color) 0 1px 2px; } diff --git a/package.json b/package.json index baa8e46..e982f3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sn-filesafe", - "version": "2.0.2", + "version": "2.0.3", "main": "dist/dist.js", "scripts": { "lint": "eslint --cache --ignore-path .gitignore --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",