feat: introduce and use subtle color for divider

This commit is contained in:
Chuma McPhoy
2024-06-19 10:47:41 +02:00
committed by Michael Zetterberg
parent f32a5c3608
commit facff498ba
3 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
border-bottom-color: var(--Theme-Primary-Light-On-Surface-Divider);
}
.subtle {
border-bottom-color: var(--Base-Border-Subtle);
}
.opacity100 {
opacity: 1;
}