From b4a89b0a2320fefefb8ff8e25faf402a3b0f1fde Mon Sep 17 00:00:00 2001 From: Dmytro Date: Mon, 19 Aug 2024 21:21:21 +0100 Subject: [PATCH] Update css class --- src/App.scss | 2 +- src/SkDrawer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.scss b/src/App.scss index 398f879..1e2baa3 100644 --- a/src/App.scss +++ b/src/App.scss @@ -729,7 +729,7 @@ input[type=number] { /* Firefox */ } -.ChipNew { +.chipNew { margin-right: 5px; background: #93B8EC; border-radius: 20px; diff --git a/src/SkDrawer.tsx b/src/SkDrawer.tsx index b26b931..2240bd6 100644 --- a/src/SkDrawer.tsx +++ b/src/SkDrawer.tsx @@ -128,7 +128,7 @@ export default function SkDrawer() { -
+

NEW