diff --git a/packages/editor/src/components/app-bar/index.tsx b/packages/editor/src/components/app-bar/index.tsx index 3f948644..bf02bfaf 100644 --- a/packages/editor/src/components/app-bar/index.tsx +++ b/packages/editor/src/components/app-bar/index.tsx @@ -59,6 +59,14 @@ const keyTooltip = (msg: string, key: string): string => { return `${msg} (${isMac ? '⌘' : 'Ctrl'} + ${key})`; }; +const StarredOnStyle = { + color: '#FDDA0D', +}; + +const StarredOffStyle = { + color: 'gray', +}; + const AppBar = ({ model, mapInfo, @@ -180,9 +188,7 @@ const AppBar = ({ diff --git a/public b/public deleted file mode 120000 index 53c37a16..00000000 --- a/public +++ /dev/null @@ -1 +0,0 @@ -dist \ No newline at end of file