diff options
-rw-r--r-- | src/commonStyles.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commonStyles.tsx b/src/commonStyles.tsx index f5a5beb..0cd68d5 100644 --- a/src/commonStyles.tsx +++ b/src/commonStyles.tsx @@ -53,6 +53,8 @@ const textInputs = css` const invalidStyles = css` .invalid-box { + -webkit-appearance: none; + -webkit-box-shadow: 0 0 10px ${colors.error}; box-shadow: 0 0 10px ${colors.error}; border: none; } |