designer - theme, remove table op

This commit is contained in:
Jan Prochazka
2020-12-26 13:32:02 +01:00
parent 95e0905f01
commit a18f98bf28
4 changed files with 161 additions and 15 deletions

View File

@@ -29,6 +29,9 @@ const theme = {
button_background: '#004488',
statusbar_background: '#00c',
inlinebtn_background: '#222',
designer_background: '#333',
designtable_background: '#000',
};
export default fillTheme(theme);