Merge pull request #4751 from themaherdev/master

Fixing hard coded modeindicator border style
This commit is contained in:
Oliver Blanthorn 2023-08-23 20:31:57 +00:00 committed by GitHub
commit b5b971c9de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,7 +301,7 @@ config.getAsync("modeindicator").then(mode => {
"style",
`border: ${
(container as any).colorCode
} solid 1.5px !important`,
} var(--tridactyl-indicator-border-style, solid) var(--tridactyl-indicator-border-width, 1.5px) !important`,
)
})
.catch(error => {