aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Form.css
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 20:03:02 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 20:03:02 +0530
commit3b2118a7b92748f2cdad266152ddf81010287f04 (patch)
tree61f50b13d83f84d5e884dbc817d6f3084cd6d0bc /src/components/Form/Form.css
parent7dbbfc0c2eac7000bf208ce068e887b4db14ea5f (diff)
modified the colorscheme now it looks pog
Diffstat (limited to 'src/components/Form/Form.css')
-rw-r--r--src/components/Form/Form.css4
1 files changed, 2 insertions, 2 deletions
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; }