Skip to content

Commit f0287ca

Browse files
committed
fix: Update IconClose class in Modal and adjust IconCamera size in PermissionReloadModal
1 parent f313379 commit f0287ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<slot name="closeButton">
4646
<IconClose
4747
v-if="!noCloseButton"
48-
class="z-50 text-fg-01-light dark:text-fg-03-light w-4 h-4"
48+
class="z-50 text-text-primary w-4 h-4"
4949
/>
5050
</slot>
5151
</div>

entrypoints/sidepanel/components/Chat/PermissionReloadModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="bg-bg-primary text-text-primary py-6 px-6 rounded-md max-w-sm flex flex-col gap-4">
33
<!-- Title -->
44
<div class="font-bold text-base flex flex-row gap-2 items-center">
5-
<IconCamera class="size-4 text-accent-primary" />
5+
<IconCamera class="size-6 text-text-primary" />
66
{{ t('chat.camera.permission_reload_title') }}
77
</div>
88

0 commit comments

Comments
 (0)