Skip to content

Commit

Permalink
fix(modal): update close button colors (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrauh authored and gergelyke committed Oct 9, 2019
1 parent bf88223 commit 8349afc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/themes/creator.js
Expand Up @@ -291,9 +291,9 @@ export default function createTheme(
menuFontSelected: primitives.mono1000,

// Modal
modalCloseColor: primitives.mono700,
modalCloseColorHover: primitives.mono800,
modalCloseColorFocus: primitives.mono800,
modalCloseColor: primitives.primary,
modalCloseColorHover: primitives.primary600,
modalCloseColorFocus: primitives.primary600,

// Pagination
paginationTriangleDown: primitives.mono800,
Expand Down

1 comment on commit 8349afc

@vercel
Copy link

@vercel vercel bot commented on 8349afc Oct 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.