Skip to content

Commit ba4b59a

Browse files
committed
fix: revert accidental css changes
1 parent 9c559f4 commit ba4b59a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/Package/TrendsChart.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)