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 24000be commit 4f44e47Copy full SHA for 4f44e47
src/components/PostList.js
@@ -4,7 +4,6 @@ import styled from 'styled-components';
4
import {
5
cardBackgroundColor,
6
cardBorderColor,
7
- textColor,
8
tagBackgroundColor,
9
tagTextColor,
10
tagHoverBackgroundColor,
src/components/search.js
@@ -2,11 +2,7 @@ import React, { useState } from 'react';
2
import { navigate } from 'gatsby';
3
import styled from 'styled-components';
import media from '../utils/media';
-import {
- tagBackgroundColor,
- tagTextColor,
- searchInputBackgroundColor,
-} from '../utils/theme';
+import { tagTextColor, searchInputBackgroundColor } from '../utils/theme';
11
const SearchContainer = styled.div`
12
margin: 2rem 0;
0 commit comments