From facde7ace04807dede6fd704c8663d6c5d6620d0 Mon Sep 17 00:00:00 2001 From: Lipis Date: Wed, 4 Nov 2020 12:05:12 +0200 Subject: [PATCH] Fix padding in the library loading buttons (#2331) * Fix padding in the library loading buttons * Update src/components/Stack.tsx Co-authored-by: Dominic Lee <34794189+dominictwlee@users.noreply.github.com> * extend CSSProperties TS definition Co-authored-by: Dominic Lee <34794189+dominictwlee@users.noreply.github.com> Co-authored-by: dwelle --- src/components/ColorPicker.tsx | 6 +----- src/components/Island.tsx | 2 +- src/components/LayerUI.tsx | 7 ++++++- src/components/Modal.tsx | 12 +++++------- src/components/Stack.tsx | 27 +++++++++++++-------------- src/css.d.ts | 10 ++++++++++ 6 files changed, 36 insertions(+), 28 deletions(-) create mode 100644 src/css.d.ts diff --git a/src/components/ColorPicker.tsx b/src/components/ColorPicker.tsx index b3f923fa64..1ed9bf1b0d 100644 --- a/src/components/ColorPicker.tsx +++ b/src/components/ColorPicker.tsx @@ -260,11 +260,7 @@ export const ColorPicker = ({