Skip to content

Commit 9e0c867

Browse files
committed
Small polish on stats page
1 parent 0da01fa commit 9e0c867

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: components/Button/style.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const ButtonSegmentRow = styled.div`
216216
}
217217
218218
button:not(:last-of-type) {
219-
box-shadow: inset -1px 0 0 ${props => hexa(props.theme.bg.default, 0.12)};
219+
box-shadow: inset -1px 0 0 rgba(255,255,255,0.12);
220220
}
221221
222222
${PrimaryButton} {

Diff for: pages/stats/style.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const RangeContainer = styled.div`
1515

1616
export const LoadingContainer = styled.div`
1717
padding: 48px;
18+
position: relative;
1819
`
1920

2021
export const Grid = styled.div`

Diff for: servers/api/simplecast.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @flow
21
const fetch = require('node-fetch');
32
const API_URL_ROOT = 'https://api.simplecast.com/v1'
43
const API_KEY = process.env.SIMPLECAST_API_KEY

0 commit comments

Comments
 (0)