fix: add bottom border to account tabs

pull/749/head
patak 2023-01-03 22:50:22 +01:00
rodzic c0602555de
commit cc666ca8b7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>