Skip to content

Commit

Permalink
Styling tweak 0.17.1-obsidian-52 2.5.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
zsviczian committed Sep 11, 2024
1 parent cb75a49 commit 9d96d63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/excalidraw/components/SearchMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
}

.ExcTextField__input {
background-color: #f5f5f9;
background-color: var(--color-gray-90); //zsviczian
@at-root .excalidraw.theme--dark#{&} {
background-color: #31303b;
background-color: var(--color-gray-90); //zsviczian
}

border-radius: var(--border-radius-md);
Expand Down
2 changes: 1 addition & 1 deletion packages/excalidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zsviczian/excalidraw",
"version": "0.17.1-obsidian-51",
"version": "0.17.1-obsidian-52",
"main": "main.js",
"types": "types/excalidraw/index.d.ts",
"files": [
Expand Down
3 changes: 1 addition & 2 deletions packages/excalidraw/renderer/interactiveScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,8 @@ const renderBindingHighlight = (
context,
suggestedBinding as any,
elementsMap,
`${appState.gridColor.Regular}80`,
`${appState.gridColor.Bold}`,
); //zsviczian

context.restore();
};

Expand Down

0 comments on commit 9d96d63

Please sign in to comment.