1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey 095eeab881
Update Home tab styles to match new designs (#8590)
The tabs on the Home page have been updated to match the new home
screen designs.

A new `activeClassName` prop was added to the `Tab` component to allow
applying different styles to the active tab state.

I ran into specificity problems when overriding the default `Tab` styles
because the import order of our CSS is bizarre and wrong. For now I've
used a crude workaround, but we can fix this properly later by changing
the import order to place styles likely to be overridden first.
2020-05-14 00:16:47 -03:00
..
components Update Home tab styles to match new designs (#8590) 2020-05-14 00:16:47 -03:00
contexts Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
css set home container height to auto (#8577) 2020-05-13 11:12:34 -05:00
ducks Add default values for preferences (#8584) 2020-05-13 11:53:00 -03:00
helpers Fix Matomo dimension IDs (#8579) 2020-05-13 10:12:07 -03:00
hooks factor out containers for currency components (#8543) 2020-05-12 14:07:35 -05:00
pages Update Home tab styles to match new designs (#8590) 2020-05-14 00:16:47 -03:00
selectors Always return a Boolean from getShowFiatSelector (#8585) 2020-05-13 11:53:27 -03:00
store Delete retryTransaction action and background (#8576) 2020-05-12 16:19:33 -07:00