From b29027dd423258d6acce78496a7b37a3e2de4662 Mon Sep 17 00:00:00 2001 From: Lindsey Date: Mon, 20 Sep 2021 11:21:43 -0400 Subject: [PATCH] Add hover styles to button. Make input use shared variables for padding, border-radius --- src/App.tsx | 2 +- src/shared/styles.js | 2 ++ src/stories/Button.tsx | 30 ++++++++++++++++++++++++------ src/stories/Input.tsx | 4 ++-- 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f32795a..5d0a644 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -48,7 +48,7 @@ function App() { -