fix --frame-bg renamed to --canvas-elevated (#2107)

This commit is contained in:
BlueGreenMagick 2022-10-10 12:15:07 +09:00 committed by GitHub
parent 2f67738e44
commit b4293573dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
@use "sass/elevation" as elevation;
.arrow {
background-color: var(--frame-bg);
background-color: var(--canvas-elevated);
width: 10px;
height: 10px;
z-index: 60;