feat: add product card UI

This commit is contained in:
oat_dev 2024-06-10 17:42:37 +07:00
parent eb643fe06f
commit 0c2ba9e3aa
5 changed files with 52 additions and 3 deletions

View file

@ -12,7 +12,7 @@ withDefaults(
date?: Date;
}>(),
{
color: 'var(--brand-2)',
color: 'var(--brand-1)',
},
);
</script>