From 1323a9098f82539f88e2cf59d57db1c32189663f Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 20 Jun 2020 02:29:43 +1200 Subject: [PATCH] ft-button: copy box shadow from icon-button --- src/renderer/components/ft-button/ft-button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/ft-button/ft-button.css b/src/renderer/components/ft-button/ft-button.css index f5378730f..8da474f1d 100644 --- a/src/renderer/components/ft-button/ft-button.css +++ b/src/renderer/components/ft-button/ft-button.css @@ -17,7 +17,7 @@ font-weight: 500; vertical-align: middle; margin: 5px; - box-shadow: 0 0 2px -2px rgba(29, 39, 231, .1), 0 0 3px 0 rgba(29, 39, 231, .1), 0 0 5px 0 rgba(29, 39, 231, .1), 0 2px 2px -4px rgba(29, 39, 231, .1), 0 4px 8px 0 rgba(29, 39, 231, .1), 0 2px 15px 0 rgba(29, 39, 231, .1); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); } .ripple {