icon names refactor

This commit is contained in:
Jan Prochazka
2020-11-10 18:21:29 +01:00
parent 1c2dedfef3
commit c8f7dc3d2c
37 changed files with 146 additions and 89 deletions

View File

@@ -11,7 +11,7 @@ function Menu({ data, setOpenedTabs, showModal }) {
const handleNewQuery = () => {
openNewTab(setOpenedTabs, {
title: 'Query',
icon: 'mdi mdi-file',
icon: 'img sql-file',
tooltip,
tabComponent: 'QueryTab',
props: {
@@ -62,7 +62,7 @@ const databaseAppObject = (flags) => ({ name, connection }) => {
const { boldCurrentDatabase } = flags || {};
const title = name;
const key = name;
const icon = 'mdi mdi-database color-yellow-icon';
const icon = 'img database';
const isBold = boldCurrentDatabase
? ({ currentDatabase }) => {
return (