From fdad7bed2f5f701b7f6a11bc1fc5e8f77dd0fbf0 Mon Sep 17 00:00:00 2001 From: elainen Date: Mon, 23 Apr 2018 16:33:47 -0400 Subject: [PATCH] Use correct webkit property --- packages/simple-actions/hz-switch/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/simple-actions/hz-switch/readme.md b/packages/simple-actions/hz-switch/readme.md index de1fc23..d02b53d 100644 --- a/packages/simple-actions/hz-switch/readme.md +++ b/packages/simple-actions/hz-switch/readme.md @@ -132,7 +132,7 @@ const checkbox = { textTransform: 'uppercase', fontFamily: 'arial', textAlign: 'center', - '-webkit-appearance': 'none', + WebkitAppearance: 'none', transition: 'all 0.3s ease', border: '2px solid rgba(0, 0, 0, 0.5)', borderRadius: 2,