diff options
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; } |