diff options
author | 2021-01-19 16:01:44 +0200 | |
---|---|---|
committer | 2021-01-19 16:01:44 +0200 | |
commit | c44a1b216d2b7472e0facef15fddf08a834b12e2 (patch) | |
tree | 0167d7bd8f6a21bc127470424feb8f36e1ed3189 /src/commonStyles.tsx | |
parent | Un-refactor map to array for questions (diff) |
Add webkit CSS to invalidStyle to support Safari
Diffstat (limited to 'src/commonStyles.tsx')
-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; } |