File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function reset() {
7171<template >
7272 <div class =" vue-data-ui-slicer" data-html2canvas-ignore >
7373 <div class =" vue-data-ui-slicer-labels" >
74- <div class =" vue-data-ui-slicer-label-left" :style =" `font-size:${props.fontSize}px`" >
74+ <div class =" vue-data-ui-slicer-label-left" :style =" `font-size:${props.fontSize}px;color:${props.textColor} `" >
7575 {{ labelLeft }}
7676 </div >
7777 <div v-if =" valueStart > 0 || valueEnd < max" >
@@ -80,7 +80,7 @@ function reset() {
8080 </button >
8181 <slot v-else name =" reset-action" v-bind =" { reset }" />
8282 </div >
83- <div class =" vue-data-ui-slicer-label-right" :style =" `font-size:${props.fontSize}px`" >
83+ <div class =" vue-data-ui-slicer-label-right" :style =" `font-size:${props.fontSize}px;color:${props.textColor} `" >
8484 {{ labelRight }}
8585 </div >
8686 </div >
You can’t perform that action at this time.
0 commit comments