diff --git a/src/styles/base/form.scss b/src/styles/base/form.scss index 460e10e..6eab213 100644 --- a/src/styles/base/form.scss +++ b/src/styles/base/form.scss @@ -67,7 +67,7 @@ form { } } -input:not([type='file']):not([type='search']), +input:not([type='file']):not([type='search']):not([type='submit']), textarea { -webkit-tap-highlight-color: var(--color-grey-7); background-color: var(--color-input-background);