Skip to content

Commit

Permalink
fix(client): better alignment of disclosure button items
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 12, 2023
1 parent 40c4549 commit 898d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/components/Disclosure/DisclosureHandle.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<Disclosure v-slot="{ open }" ref="disclosure" default-open>
<DisclosureButton
class="flex transition justify-between w-full px-2 py-1 my-1 text-sm font-medium text-left border-2 border-blue-900/30 text-blue-900/70 hover:(text-blue-700 bg-blue-200) dark:(border-none bg-blue-900/30 text-blue-100) dark:hover:(bg-blue-900/50 text-blue-50) rounded-lg focus:outline-none focus-visible:ring focus-visible:ring-blue-500 focus-visible:ring-opacity-75"
class="flex items-center transition justify-between w-full px-2 py-1 my-1 text-sm font-medium text-left border-2 border-blue-900/30 text-blue-900/70 hover:(text-blue-700 bg-blue-200) dark:(border-none bg-blue-900/30 text-blue-100) dark:hover:(bg-blue-900/50 text-blue-50) rounded-lg focus:outline-none focus-visible:ring focus-visible:ring-blue-500 focus-visible:ring-opacity-75"
>
<slot name="label" />
<i-carbon-chevron-up
Expand Down

0 comments on commit 898d9de

Please sign in to comment.