From 3b2118a7b92748f2cdad266152ddf81010287f04 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 26 Apr 2021 20:03:02 +0530 Subject: modified the colorscheme now it looks pog --- src/components/Form/Form.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Form/Form.css') diff --git a/src/components/Form/Form.css b/src/components/Form/Form.css index af1baa6..def42e5 100644 --- a/src/components/Form/Form.css +++ b/src/components/Form/Form.css @@ -32,7 +32,7 @@ label { .addNewItemForm .textInputs, .addNewItemForm .numericInputs { - border: 1px dashed #FF79C6; + border: 1px solid pink; width: 30%; justify-content: space-around; } @@ -40,7 +40,7 @@ label { width: 5.5rem; } .addNewItemForm .menuButtons { - border: 1px dashed #FF79C6; + border: 1px solid pink; width: 15%; justify-content: space-around; } -- cgit v1.2.3