Skip to content

Commit

Permalink
fix: lint and a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Jul 11, 2023
1 parent db742da commit 862919d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from 'react';
import {Stack} from '@twilio-paste/stack';
import {RadioButtonGroup, RadioButton} from '@twilio-paste/radio-button-group';

import {EditableCodeBlock} from '../src';

// eslint-disable-next-line import/no-default-export
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-libraries/code-editor/src/PasteTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const PasteTheme: editor.IStandaloneThemeData = {
'tab.unfocusedInactiveForeground': '#5f7e97',
'editor.background': '#011627',
'editor.foreground': '#d6deeb',
'editorLineNumber.foreground': '#4b6479',
'editorLineNumber.foreground': '#728ea6',
'editorLineNumber.activeForeground': '#C5E4FD',
'editorCursor.foreground': '#80a4c2',
'editor.selectionBackground': '#1d3b53',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
// import type {Monaco, IStandaloneCodeEditor, IMarker, IModelContentChangedEvent} from 'monaco-editor';

import {CodeEditorDiff, CodeEditorPasteTheme, type Editor, type Monaco} from '../src';

// eslint-disable-next-line import/no-default-export
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from 'react';

import {CodeEditor, CodeEditorPasteTheme, type Monaco, type Editor} from '../src';

// eslint-disable-next-line import/no-default-export
Expand Down

0 comments on commit 862919d

Please sign in to comment.