Skip to content

Commit

Permalink
refactor(Price card): change style of RelativeDateTimeChip (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Aug 13, 2024
1 parent d84ad85 commit 56939b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RelativeDateTimeChip.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-chip label size="small" density="comfortable">
<v-chip label variant="text" size="small" density="comfortable">
<v-icon start icon="mdi-clock-outline" />
{{ getRelativeDateTimeFormatted(dateTime) }}
<v-tooltip activator="parent" open-on-click location="top">
Expand Down

0 comments on commit 56939b6

Please sign in to comment.