Skip to content

Commit

Permalink
Merge pull request #484 from weaveworks/larger-search-text
Browse files Browse the repository at this point in the history
Larger text in search component
  • Loading branch information
bia authored Jun 26, 2019
2 parents e725fd1 + 7e7472f commit b151cc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Styled = component => styled(component)`
props.theme.colors[props.disabled ? 'gray50' : 'white']};
border: 1px solid ${props => props.theme.colors.purple100};
border-radius: ${props => props.theme.borderRadius.soft};
font-size: ${props => props.theme.fontSizes.small};
font-size: ${props => props.theme.fontSizes.normal};
align-items: center;
div,
Expand Down
8 changes: 4 additions & 4 deletions src/components/Search/__snapshots__/Search.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ exports[`<Search /> snapshots renders a group of terms 1`] = `
background-color: hsl(0,0%,100%);
border: 1px solid hsl(240,20%,90%);
border-radius: 2px;
font-size: 14px;
font-size: 16px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down Expand Up @@ -422,7 +422,7 @@ exports[`<Search /> snapshots renders a search string 1`] = `
background-color: hsl(0,0%,100%);
border: 1px solid hsl(240,20%,90%);
border-radius: 2px;
font-size: 14px;
font-size: 16px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down Expand Up @@ -654,7 +654,7 @@ exports[`<Search /> snapshots renders empty 1`] = `
background-color: hsl(0,0%,100%);
border: 1px solid hsl(240,20%,90%);
border-radius: 2px;
font-size: 14px;
font-size: 16px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down Expand Up @@ -932,7 +932,7 @@ exports[`<Search /> snapshots renders filters 1`] = `
background-color: hsl(0,0%,100%);
border: 1px solid hsl(240,20%,90%);
border-radius: 2px;
font-size: 14px;
font-size: 16px;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
Expand Down

0 comments on commit b151cc1

Please sign in to comment.