Skip to content

Commit

Permalink
Merge pull request #177 from kodiak-packages/175-safari-input-shadow
Browse files Browse the repository at this point in the history
Bugfixes
  • Loading branch information
RobinWijnant authored Feb 27, 2021
2 parents 3609050 + 610ba39 commit 9ace1d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
- name: Run ESLint
run: yarn lint --quiet --color

- name: Run tests
id: tests
run: yarn run test --watchAll=false --colors --ci --coverage

- name: Compile src
run: yarn build

- name: Build the docs
run: yarn document

- name: Run tests
id: tests
run: yarn run test --watchAll=false --colors --ci --coverage

- name: Upload coverage report to codecov
uses: codecov/codecov-action@v1

Expand Down
1 change: 1 addition & 0 deletions src/components/Input/Input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
padding: 8px 14px;
width: 100%;
color: var(--color-neutral-9);
-webkit-appearance: none;
}

.input::placeholder {
Expand Down
4 changes: 2 additions & 2 deletions src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@

/* Font */
--font-family: Lato, sans-serif;
--font-size: 16px;
--font-size: 14px;
--font-color: var(--color-neutral-8);
--font-color-sub: var(--color-neutral-7);
--line-height: 28px;
--line-height: 16px;

/* Border */
--border-radius-small: 3px;
Expand Down

0 comments on commit 9ace1d8

Please sign in to comment.