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 c320e25 commit c73b55fCopy full SHA for c73b55f
www/src/components/rotater.js
@@ -86,8 +86,8 @@ class Rotater extends Component {
86
return (
87
<div
88
css={{
89
- borderTop: `1px solid ${colors.gray.border}`,
90
- borderBottom: `1px solid ${colors.gray.border}`,
+ border: `1px solid ${colors.gray.superLight}`,
+ background: colors.gray.whisper,
91
borderRadius: radii[2],
92
padding: `${space[4]} ${space[9]}`,
93
margin: `${space[6]} 0`,
0 commit comments