Skip to content

Commit 3e036f9

Browse files
fix: Style in DM
closes: #280
1 parent 0b0455a commit 3e036f9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

frontend/src/components/AppsMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@click.prevent="togglePopover()">
88
<div class="flex gap-2">
99
<FeatherIcon name="grid" class="size-4" />
10-
<span>Apps</span>
10+
<span class="text-ink-gray-7">Apps</span>
1111
</div>
1212
<FeatherIcon name="chevron-right" class="size-4" />
1313
</button>

frontend/src/components/Settings/GlobalGeneral.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<div class="flex flex-col justify-between gap-5">
1717
<span class="text-lg font-semibold text-ink-gray-9">Favicon</span>
1818
<div class="flex flex-1 gap-5">
19-
<div class="flex items-center justify-center rounded border border-outline-gray-1 px-20 py-5">
19+
<div
20+
class="flex items-center justify-center rounded border border-outline-gray-1 bg-surface-gray-2 px-20 py-5">
2021
<img
2122
:src="builderSettings.doc?.favicon || '/assets/builder/images/frappe_black.png'"
2223
alt="Site Favicon"

frontend/src/components/Settings/PageGeneral.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
<div class="flex flex-col justify-between gap-5">
6565
<span class="text-lg font-semibold text-ink-gray-9">Favicon</span>
6666
<div class="flex flex-1 gap-5">
67-
<div class="flex items-center justify-center rounded border border-outline-gray-1 px-20 py-5">
67+
<div
68+
class="flex items-center justify-center rounded border border-outline-gray-1 bg-surface-gray-2 px-20 py-5">
6869
<img
6970
:src="
7071
store.activePage?.favicon ||

0 commit comments

Comments
 (0)