fix: add bottom border to account tabs

This commit is contained in:
patak 2023-01-03 22:50:22 +01:00
parent c0602555de
commit cc666ca8b7

View file

@ -37,5 +37,5 @@ const tabs = $computed(() => [
</script>
<template>
<CommonRouteTabs force :options="tabs" prevent-scroll-top command />
<CommonRouteTabs force :options="tabs" prevent-scroll-top command border="base b" />
</template>