diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-26 20:03:02 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-26 20:03:02 +0530 |
commit | 3b2118a7b92748f2cdad266152ddf81010287f04 (patch) | |
tree | 61f50b13d83f84d5e884dbc817d6f3084cd6d0bc /src/components/Form/Form.css | |
parent | 7dbbfc0c2eac7000bf208ce068e887b4db14ea5f (diff) |
modified the colorscheme now it looks pog
Diffstat (limited to 'src/components/Form/Form.css')
-rw-r--r-- | src/components/Form/Form.css | 4 |
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; } |