aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-02-05 17:38:05 +0200
committerGravatar ks129 <[email protected]>2021-02-05 17:38:05 +0200
commitbdb8ed5d9a03ec4e0abbc23d209d0f0017d3413f (patch)
tree474ca3ab7ec2a7bbd82683f30a4c8e16a7454521
parentMove container and return styles back to FormPage (diff)
Use border-color: transparent instead border: none
-rw-r--r--src/commonStyles.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonStyles.tsx b/src/commonStyles.tsx
index 57002a9..b2969f8 100644
--- a/src/commonStyles.tsx
+++ b/src/commonStyles.tsx
@@ -56,7 +56,7 @@ const invalidStyles = css`
-webkit-appearance: none;
-webkit-box-shadow: 0 0 0.6rem ${colors.error};
box-shadow: 0 0 0.6rem ${colors.error};
- border: none;
+ border-color: transparent;
}
`;