Skip to content

Commit 822c963

Browse files
authored
[6.x] Make the collapsible section icon smaller to fit in with the rest of UI (#14478)
Make the collapsible section icon smaller to fit in with the rest of the UI
1 parent f9fce30 commit 822c963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/ui/Publish/Sections.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function toggleSection(section) {
6666
<Button
6767
@click="toggleSection(section)"
6868
v-if="section.collapsible"
69-
class="static! [&_svg]:size-4.5 rounded-xl after:content-[''] after:absolute after:inset-0"
69+
class="static! [&_svg]:size-3.5 rounded-xl after:content-[''] after:absolute after:inset-0"
7070
:icon="section.collapsed ? 'expand' : 'collapse'"
7171
size="sm"
7272
variant="ghost"

0 commit comments

Comments
 (0)