From b1206e5c16520eba10450c1bd14c749457269b0b Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Mon, 14 Jan 2019 18:02:58 -0200 Subject: [PATCH] normalize styles using emptykit.css --- components/brave_new_tab_ui/brave_new_tab.tsx | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/brave_new_tab_ui/brave_new_tab.tsx b/components/brave_new_tab_ui/brave_new_tab.tsx index 933adfb9ce1c..2052d23999a4 100644 --- a/components/brave_new_tab_ui/brave_new_tab.tsx +++ b/components/brave_new_tab_ui/brave_new_tab.tsx @@ -16,6 +16,7 @@ import App from './components/app' // Utils import store from './store' import * as newTabActions from './actions/new_tab_actions' +import 'emptykit.css' // Fonts import '../fonts/poppins.css' diff --git a/package-lock.json b/package-lock.json index 0b8ac288d7a4..a52b1d9b6ee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1237,8 +1237,8 @@ } }, "brave-ui": { - "version": "github:brave/brave-ui#96c12716a4a8978e595ac03c63d1bb23f452c0b1", - "from": "github:brave/brave-ui#96c12716a4a8978e595ac03c63d1bb23f452c0b1", + "version": "github:brave/brave-ui#a614905f0ed147691a118bb66ff225c44cd5758a", + "from": "github:brave/brave-ui#a614905f0ed147691a118bb66ff225c44cd5758a", "dev": true, "requires": { "emptykit.css": "^1.0.1", diff --git a/package.json b/package.json index 2031a1b336b6..91fc46e2dcd2 100644 --- a/package.json +++ b/package.json @@ -272,7 +272,7 @@ "@types/react-dom": "^16.0.7", "@types/react-redux": "6.0.4", "awesome-typescript-loader": "^5.2.0", - "brave-ui": "github:brave/brave-ui#96c12716a4a8978e595ac03c63d1bb23f452c0b1", + "brave-ui": "github:brave/brave-ui#a614905f0ed147691a118bb66ff225c44cd5758a", "css-loader": "^0.28.9", "csstype": "^2.5.5", "emptykit.css": "^1.0.1",