Skip to content

Commit bf1074e

Browse files
committed
fix: Change note caption colour to support custom themes
Custom themes may use colours that do not contrast well with the background for their primary element colour. Removing the line here means the default text colour is used, which I think should be in use here anyway. Signed-off-by: loowiz <loowiz@envs.net>
1 parent 23e4d09 commit bf1074e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/NotesCaption.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default {
2828
<style scoped>
2929
.name {
3030
font-weight: bold;
31-
color: var(--color-primary-element);
3231
font-size: var(--default-font-size);
3332
line-height: var(--default-clickable-area);
3433
white-space: nowrap;

0 commit comments

Comments
 (0)