Skip to content

Commit

Permalink
remove background color from search bar when focused (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
shannamurry authored Nov 28, 2022
1 parent cd4d047 commit fc73950
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v2.0.0-beta.8

### Features

Remove background color from `SearchBar` when focused
## v2.0.0-beta.7

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/ui-components",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"engines": {
"node": ">=14.18.2",
"npm": ">=8.3.0"
Expand Down
1 change: 0 additions & 1 deletion src/components/SearchBar/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
class="min-w-full"
:label="t('search.textLabel')"
:sr-only-label="true"
input-class="focus-within:bg-white-300"
>
<template #iconLeft>
<Search class="w-6 h-6" />
Expand Down

0 comments on commit fc73950

Please sign in to comment.