Skip to content

Commit ce1dc66

Browse files
committed
chore(design-system): update button appearance in folder view modal
Signed-off-by: Prajwol Amatya <prajwolamatya11@gmail.com>
1 parent d9c1b01 commit ce1dc66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/design-system/src/components/OcModal

packages/design-system/src/components/OcModal/OcModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<div class="oc-modal-body-actions-grid">
5959
<oc-button
6060
class="oc-modal-body-actions-cancel"
61-
variation="passive"
62-
appearance="outline"
61+
variation="primary"
62+
appearance="filled"
6363
:disabled="isLoading"
6464
@click="cancelModalAction"
6565
>{{ $gettext(buttonCancelText) }}

0 commit comments

Comments
 (0)