Skip to content

Commit c73b55f

Browse files
committed
Bring back the „well“
1 parent c320e25 commit c73b55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/src/components/rotater.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ class Rotater extends Component {
8686
return (
8787
<div
8888
css={{
89-
borderTop: `1px solid ${colors.gray.border}`,
90-
borderBottom: `1px solid ${colors.gray.border}`,
89+
border: `1px solid ${colors.gray.superLight}`,
90+
background: colors.gray.whisper,
9191
borderRadius: radii[2],
9292
padding: `${space[4]} ${space[9]}`,
9393
margin: `${space[6]} 0`,

0 commit comments

Comments
 (0)