1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/pages/home
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
..
home.component.js Update Home tab styles to match new designs (#8590) 2020-05-14 00:16:47 -03:00
home.container.js Reorganize selectors directory (#8497) 2020-05-02 12:41:17 -07:00
index.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
index.scss Update Home tab styles to match new designs (#8590) 2020-05-14 00:16:47 -03:00