Skip to content

Commit

Permalink
Adjust custom theme (#2)
Browse files Browse the repository at this point in the history
* UI-57: #comment add custom theme index.css file

* refactor: Update default theme used

Co-authored-by: andrewtpham <[email protected]>
  • Loading branch information
michaelbukachi and andrewtpham authored Mar 19, 2020
1 parent 48c4ce4 commit 062b00d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## What is the Purpose?
Briefly describe what the PR addresses

## What was the approach?
Briefly describe the approach used to address the issue

## Are there any concerns to addressed further before or after merging this PR?
State some additional info if any. For instance running `install` or setting some environment variable(s)

## Mentions?
Mention persons you'd like to review this PR

## Issue(s) affected?
List of issues addressed by this PR.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { configure } from '@storybook/vue';

import Vue from 'vue';
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import '../src/theme/index.css'

// Install Vue plugins.
Vue.use(ElementUI);
Expand Down
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Vue from 'vue'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import 'src/theme/index.css'
// import 'element-ui/lib/theme-chalk/index.css'
import App from './App.vue'

Vue.config.productionTip = false
Expand Down
Binary file added src/theme/fonts/element-icons.ttf
Binary file not shown.
Binary file added src/theme/fonts/element-icons.woff
Binary file not shown.
1 change: 1 addition & 0 deletions src/theme/index.css

Large diffs are not rendered by default.

0 comments on commit 062b00d

Please sign in to comment.