Skip to content

Commit 316f78e

Browse files
committed
Tidy up
1 parent 9efc761 commit 316f78e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
Use the storybook to test components:
3+
4+
~~~
5+
yarn storybook
6+
~~~

src/app/shared/styles/elements/form-controls.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@
124124
padding: 10px 40px 10px 10px;
125125
font-size: 16px;
126126
background-color: white;
127-
border: 1px solid #BDECF2;
127+
border: 1px solid $argo-color-teal-5;
128128
transition: border .2s;
129129

130130
&:focus {
131-
border-color: #1FBDD0;
131+
border-color: $argo-color-teal-5;
132132
}
133133
}
134134
}

0 commit comments

Comments
 (0)