Add draft with color
This commit is contained in:
parent
b8bd9d0607
commit
f7339b36e4
5 changed files with 21 additions and 2 deletions
|
@ -13,7 +13,11 @@ export default {
|
|||
surface: '#fdfbff',
|
||||
dark_surface: '#1a1b1e',
|
||||
on_surface: '#1a1b1e',
|
||||
dark_on_surface: '#e3e2e6'
|
||||
dark_on_surface: '#e3e2e6',
|
||||
on_warning: '#321D0B',
|
||||
dark_on_warning: '#FFFFFF',
|
||||
warning: '#fb923c',
|
||||
dark_warning: '#874512',
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue