Skip to content

Commit 0d457c0

Browse files
authored
Update design to match new sync icons
1 parent 8e3e097 commit 0d457c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/components/SiteSelector.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function groupLabel(option) {
5454
class="inline-flex shrink-0 ps-0.5"
5555
v-tooltip="__('messages.localization_fully_synced_with_origin')"
5656
>
57-
<Icon name="synced" class="size-3! text-gray-600 dark:text-gray-400" />
57+
<Icon name="synced" class="size-3.5! text-gray-400 dark:text-gray-600" />
5858
</span>
5959
</span>
6060
</template>
@@ -68,7 +68,7 @@ function groupLabel(option) {
6868
class="inline-flex shrink-0"
6969
v-tooltip="__('messages.localization_fully_synced_with_origin')"
7070
>
71-
<Icon name="synced" class="size-3! text-gray-600 dark:text-gray-400" />
71+
<Icon name="synced" class="size-3.5! text-gray-400 dark:text-gray-600" />
7272
</span>
7373
</span>
7474
<Badge size="sm" color="orange" v-if="option.origin === true" :text="__('Origin')" />

0 commit comments

Comments
 (0)