mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Merge pull request #4751 from themaherdev/master
Fixing hard coded modeindicator border style
This commit is contained in:
commit
b5b971c9de
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Reference in a new issue