Fix color name
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
408c327943
commit
6003e12e48
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ $hover-select-border: 4px;
|
|||
|
||||
.mx_EventTile:hover .mx_EventTile_body pre,
|
||||
.mx_EventTile.focus-visible:focus-within .mx_EventTile_body pre {
|
||||
border: 1px solid $tertiary-fg-color;
|
||||
border: 1px solid $tertiary-content;
|
||||
}
|
||||
|
||||
.mx_EventTile_pre_container {
|
||||
|
|
Loading…
Reference in a new issue