We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fce30 commit 822c963Copy full SHA for 822c963
1 file changed
resources/js/components/ui/Publish/Sections.vue
@@ -66,7 +66,7 @@ function toggleSection(section) {
66
<Button
67
@click="toggleSection(section)"
68
v-if="section.collapsible"
69
- class="static! [&_svg]:size-4.5 rounded-xl after:content-[''] after:absolute after:inset-0"
+ class="static! [&_svg]:size-3.5 rounded-xl after:content-[''] after:absolute after:inset-0"
70
:icon="section.collapsed ? 'expand' : 'collapse'"
71
size="sm"
72
variant="ghost"
0 commit comments