use button CSS variables in more places

This commit is contained in:
zadam
2022-09-18 13:52:19 +02:00
parent 552d872047
commit 84f72edf1d
12 changed files with 25 additions and 19 deletions

View File

@@ -93,7 +93,7 @@ const TAB_ROW_TPL = `
.note-new-tab:hover {
background-color: var(--accented-background-color);
border-radius: 5px;
border-radius: var(--button-border-radius);
}
.tab-row-filler {