1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

rename borderColor theme variables

This commit is contained in:
Kyle Spearrin
2018-06-01 16:58:24 -04:00
parent ff9cde5d5e
commit 308af338c0
4 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@
border-bottom: 1px solid #000000;
@include themify($themes) {
border-bottom-color: themed('borderColor');
border-bottom-color: themed('listItemBorderColor');
}
}