File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,19 @@ module.exports = {
9
9
brand : {
10
10
logo : theme . colors . red [ 40 ] ,
11
11
action : theme . colors . red [ 40 ] ,
12
- accent : theme . colors . blue [ 40 ] ,
12
+ accent : {
13
+ DEFAULT : theme . colors . blue [ 40 ] ,
14
+ subtlest : theme . colors . blue . milk ,
15
+ } ,
13
16
} ,
14
17
dark : {
15
18
brand : {
16
19
logo : theme . colors . gray [ 0 ] ,
17
20
action : theme . colors . red [ 30 ] ,
18
- accent : theme . colors . blue [ 30 ] ,
21
+ accent : {
22
+ DEFAULT : theme . colors . blue [ 30 ] ,
23
+ subtlest : theme . colors . blue . milk ,
24
+ } ,
19
25
} ,
20
26
} ,
21
27
alpha : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Used for the title of any sub-sections
18
18
Default style of ` Text ` is a body text
19
19
20
20
<preview >
21
- <p-text >The quick brown fox jumps over the lazy dog.</p-text >
21
+ <p-text class = " bg-brand-accent " >The quick brown fox jumps over the lazy dog.</p-text >
22
22
</preview >
23
23
24
24
``` vue
You can’t perform that action at this time.
0 commit comments