Skip to content

Commit 48d8e3c

Browse files
author
Emily
authored
Merge pull request #119 from primer/update-input
Updates for Component Refresh
2 parents 892271a + c1124e3 commit 48d8e3c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/gatsby-theme-doctocat",
3-
"version": "0.16.9",
3+
"version": "0.16.10",
44
"main": "index.js",
55
"license": "MIT",
66
"scripts": {

theme/src/components/dark-button.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const DarkButton = styled(ButtonOutline)`
55
color: ${themeGet('colors.blue.2')};
66
background-color: transparent;
77
border: 1px solid ${themeGet('colors.gray.7')};
8+
box-shadow: none;
89
`
910

1011
export default DarkButton

theme/src/components/dark-text-input.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const DarkTextInput = styled(TextInput)`
1010
color: ${themeGet('colors.white')};
1111
background-color: rgba(255, 255, 255, 0.07);
1212
border: 1px solid transparent;
13+
box-shadow: none;
1314
1415
&:focus {
1516
border: 1px solid rgba(255, 255, 255, 0.15);

0 commit comments

Comments
 (0)