pull/5370/head
lianahus 3 years ago
parent 8abbbc406c
commit 98e467c44e
  1. 2
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -142,7 +142,6 @@ export const EditorUI = (props: EditorUIProps) => {
{ token: 'keyword.this', foreground: infoColor }, { token: 'keyword.this', foreground: infoColor },
{ token: 'keyword.virtual', foreground: infoColor }, { token: 'keyword.virtual', foreground: infoColor },
// for state variables // for state variables
{ token: 'keyword.constants', foreground: grayColor }, { token: 'keyword.constants', foreground: grayColor },
{ token: 'keyword.override', foreground: grayColor }, { token: 'keyword.override', foreground: grayColor },
@ -153,7 +152,6 @@ export const EditorUI = (props: EditorUIProps) => {
{ token: 'keyword.storage', foreground: locationColor }, { token: 'keyword.storage', foreground: locationColor },
{ token: 'keyword.calldata', foreground: locationColor }, { token: 'keyword.calldata', foreground: locationColor },
// for Events // for Events
{ token: 'keyword.indexed', foreground: yellowColor }, { token: 'keyword.indexed', foreground: yellowColor },
{ token: 'keyword.anonymous', foreground: yellowColor }, { token: 'keyword.anonymous', foreground: yellowColor },

Loading…
Cancel
Save