more ui components

This commit is contained in:
2023-05-26 17:32:43 +02:00
parent c3bd807bff
commit 2088b12242
9 changed files with 41 additions and 46 deletions

View File

@@ -66,11 +66,3 @@ const setRoot = async (closeModal: () => Promise<Boolean>) => {
</div>
</div>
</template>
<style scoped lang="scss">
.btn-group .btn {
@apply border-[1px] border-neutral-200 text-opacity-70;
&:not(:first-child) {
@apply ml-[-1px];
}
}
</style>