Skip to content

Commit

Permalink
Fix select color (primarily for iOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jun 5, 2024
1 parent 6287986 commit 584bb7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lindsvg-pwa",
"private": true,
"version": "2.5.0",
"version": "2.5.1",
"type": "module",
"scripts": {
"lint": "eslint",
Expand Down
1 change: 1 addition & 0 deletions src/components/LeafToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ let selectedIndex = computed({
}
.lSystems {
color: var(--color-on-surface-high);
flex: 1 1 0;
max-width: max-content;
min-width: 0;
Expand Down

0 comments on commit 584bb7b

Please sign in to comment.