-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #254 from Kanaries/theme
Theme upgrade
- Loading branch information
Showing
12 changed files
with
122 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import styled from 'styled-components' | ||
|
||
export const BorderCard = styled.div` | ||
border: 1px solid #e3e2e2; | ||
border: 1px solid #efefef; | ||
margin: 8px; | ||
padding: 8px; | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
/* eslint-disable import/first */ | ||
import 'buffer' | ||
import 'buffer'; | ||
// import { Buffer } from 'buffer'; | ||
// @ts-ignore | ||
// if (window.Buffer === undefined) window.Buffer = Buffer; | ||
|
||
|
||
import React from 'react'; | ||
|
||
import ReactDOM from 'react-dom'; | ||
import { initializeIcons } from '@fluentui/font-icons-mdl2'; | ||
import { ThemeProvider } from '@fluentui/react'; | ||
import 'office-ui-fabric-core/dist/css/fabric.css'; | ||
import './index.css'; | ||
|
||
// @ts-ignore | ||
// eslint-disable-next-line import/first | ||
import App from './App'; | ||
import { mainTheme } from './theme'; | ||
|
||
// @ts-ignore | ||
// window.Buffer = Buffer.Buffer; | ||
// console.log('buffer', Buffer) | ||
initializeIcons(); | ||
|
||
ReactDOM.render(<App />, document.getElementById('root')); | ||
ReactDOM.render( | ||
<ThemeProvider theme={mainTheme}> | ||
<App /> | ||
</ThemeProvider>, | ||
document.getElementById('root') | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6553ac9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
rath – ./
rath.kanaries.net
rath-steel.vercel.app
rath-kanaries.vercel.app
rath-git-master-kanaries.vercel.app