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 f313379 commit f0287caCopy full SHA for f0287ca
components/Modal.vue
@@ -45,7 +45,7 @@
45
<slot name="closeButton">
46
<IconClose
47
v-if="!noCloseButton"
48
- class="z-50 text-fg-01-light dark:text-fg-03-light w-4 h-4"
+ class="z-50 text-text-primary w-4 h-4"
49
/>
50
</slot>
51
</div>
entrypoints/sidepanel/components/Chat/PermissionReloadModal.vue
@@ -2,7 +2,7 @@
2
<div class="bg-bg-primary text-text-primary py-6 px-6 rounded-md max-w-sm flex flex-col gap-4">
3
<!-- Title -->
4
<div class="font-bold text-base flex flex-row gap-2 items-center">
5
- <IconCamera class="size-4 text-accent-primary" />
+ <IconCamera class="size-6 text-text-primary" />
6
{{ t('chat.camera.permission_reload_title') }}
7
8
0 commit comments