Skip to content

Commit d6edd7c

Browse files
committed
docz css
1 parent 5b48234 commit d6edd7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/gatsby-theme-docz/ThemeSelector.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ const ThemeBar = styled.div`
9999
border-style: solid;
100100
border-color: #ddd;
101101
border-width: 0 0 1px 0;
102-
background: #f3f3f3;
102+
background: rgb(245, 246, 247);
103+
border-radius: 3px;
103104
`;
104105

105106
export const SelectOptions = ({ label, options, value, onChange }) => {

0 commit comments

Comments
 (0)