Major Update: Changed Text Input View

* Created new toolbar that moves on mobile
This commit is contained in:
Max G
2020-05-02 19:10:20 +00:00
parent 29845e2294
commit a545ced98f
11 changed files with 795 additions and 260 deletions

View File

@@ -53,6 +53,8 @@ export default new Vuex.Store({
'text_color': '#3d3d3d',
'outline_color': 'rgba(34,36,38,0.15)',
'border_color': 'rgba(34,36,38,0.20)',
'menu-accent': '#cecece',
'menu-text': '#5e6268',
}
//Night mode colors
if(state.nightMode){
@@ -61,6 +63,9 @@ export default new Vuex.Store({
'text_color': '#a98457',
'outline_color': '#a98457',
'border_color': 'rgba(255, 255, 255, 0.31)',
'menu-accent': '#626262',
'menu-text': '#d9d9d9',
}
}