From ba9538c491c4e89e22018df5fedcfeb4b0857ce5 Mon Sep 17 00:00:00 2001 From: AlejoYarce Date: Thu, 14 Nov 2024 16:42:29 -0500 Subject: [PATCH] DS-17 - Layer updates --- src/Demo/ButtonDemo.tsx | 28 ++++++++++++++++++- src/components/Button/styled.ts | 10 ++----- src/components/Checkbox/styled.ts | 2 +- src/components/Layer/LayerItem/index.tsx | 7 +++-- src/components/Layer/LayerItem/styled.ts | 8 +++--- .../Layer/LayerPanel/LayerPanel.stories.tsx | 12 ++++---- 6 files changed, 45 insertions(+), 22 deletions(-) diff --git a/src/Demo/ButtonDemo.tsx b/src/Demo/ButtonDemo.tsx index ec38846..5fe9536 100644 --- a/src/Demo/ButtonDemo.tsx +++ b/src/Demo/ButtonDemo.tsx @@ -1,5 +1,31 @@ import { Button } from '../components' -const ButtonDemo = () =>