styles/package-lock.json 🔗
@@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
- "name": "styles",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
Mikayla Maki created
styles/package-lock.json | 1 -
styles/src/styleTree/editor.ts | 5 ++++-
2 files changed, 4 insertions(+), 2 deletions(-)
@@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
- "name": "styles",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
@@ -55,7 +55,10 @@ export default function editor(theme: Theme) {
textColor: theme.syntax.primary.color,
background: backgroundColor(theme, 500),
activeLineBackground: theme.editor.line.active,
- codeActionsIndicator: iconColor(theme, "secondary"),
+ codeActions: {
+ indicator: iconColor(theme, "secondary"),
+ verticalScale: 0.618
+ },
diffBackgroundDeleted: backgroundColor(theme, "error"),
diffBackgroundInserted: backgroundColor(theme, "ok"),
documentHighlightReadBackground: theme.editor.highlight.occurrence,