Skip to content

Commit

Permalink
Use neutral color for (of unknown risk) threshold indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Jun 25, 2024
1 parent 5ff1ba4 commit 924403c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/general/ThresholdInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
size="small"
class="ms-1 px-2 threshold-count"
density="compact"
variant="flat"
:color
>
{{ count }}
Expand All @@ -21,7 +22,7 @@ interface Props {
}
withDefaults(defineProps<Props>(), {
color: 'orange-darken-4',
color: '#00BBF0',
})
</script>

Expand Down
1 change: 0 additions & 1 deletion src/views/TopologyDisplayView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<ThresholdInformation
:icon="item.thresholdIcon"
:count="item.thresholdCount"
color="yellow-darken-1"
/>
</template>
</v-btn>
Expand Down

0 comments on commit 924403c

Please sign in to comment.