mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated focused input border color
This commit is contained in:
parent
dfd034b624
commit
3e26b63ec9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export const InputFieldStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-input:focus {
|
||||
border-color: var(--brandcolor);
|
||||
border-color: var(--grey10);
|
||||
}
|
||||
|
||||
.gh-portal-input.error {
|
||||
|
|
Loading…
Add table
Reference in a new issue