We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1c2d8 commit c75c374Copy full SHA for c75c374
src/components/PatternsList.jsx
@@ -21,6 +21,12 @@ const StyledPatterns = styled.div`
21
color: ${props => props.theme.header};
22
margin-top: 2.5rem;
23
}
24
+
25
+ h3 {
26
+ border-bottom: 1px solid ${props => props.theme.text};
27
+ color: ${props => props.theme.header};
28
+ padding-bottom: 1rem;
29
+ }
30
`;
31
32
const PatternsList = () => {
src/styles/themes/theme.dark.js
@@ -36,7 +36,7 @@ export const themeDark = {
36
toggleActiveBorder: C.SILVER,
37
38
// text and header
39
- header: C.GRAY,
+ header: C.WILD_SAND,
40
text: C.SILVER,
41
42
border: C.TUNDORA
0 commit comments