File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1994,7 +1994,7 @@ const isSparklineLayout = computed({
19941994
19951995 <!-- Custom legend for multiple series -->
19961996 <template #legend =" { legend } " >
1997- <div class =" flex gap-4 flex-wrap justify-center" >
1997+ <div class =" flex gap-x-6 gap-y-2 flex-wrap justify-center text-sm " >
19981998 <template v-if =" isMultiPackageMode " >
19991999 <button
20002000 v-for =" datapoint in legend"
@@ -2200,13 +2200,13 @@ const isSparklineLayout = computed({
22002200
22012201<style scoped>
22022202:deep(.vue-data-ui-component svg :focus-visible ) {
2203- outline : 1px solid var (--accent-color ) !important ;
2203+ outline : 1px solid var (--accent ) !important ;
22042204 border-radius : 0.1rem ;
22052205 outline-offset : 0 ;
22062206}
22072207:deep(.vue-ui-user-options-button :focus-visible ),
22082208:deep(.vue-ui-user-options :first-child:focus-visible ) {
2209- outline : 0.1rem solid var (--accent-color ) !important ;
2209+ outline : 0.1rem solid var (--accent ) !important ;
22102210 border-radius : 0.25rem ;
22112211}
22122212 </style >
You can’t perform that action at this time.
0 commit comments