Skip to content

Commit

Permalink
wip: Allow to declare sections within a KCard #957
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Sep 26, 2024
1 parent 5d12efc commit 8b45c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/client/components/collection/KCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
<KAction
id="expand-action"
icon="las la-angle-down"
tooltip="KCard.MORE_ACTION"
:toggle="{ icon: 'las la-angle-up', tooltip: 'KCard.LESS_ACTION', color: 'grey-7' }"
tooltip="KCard.MORE_DETAILS"
:toggle="{ icon: 'las la-angle-up', tooltip: 'KCard.LESS_DETAILS', color: 'grey-7' }"
:size="dense ? 'xs' : 'sm'"
dense
@triggered="onExpandTriggered"
Expand Down

0 comments on commit 8b45c0a

Please sign in to comment.