Skip to content

Commit 65cfef0

Browse files
committed
fix: use rtl-safe classes
1 parent 75bf240 commit 65cfef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/OgImage/Package.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ try {
112112
style="font-family: 'Geist Sans', sans-serif"
113113
>
114114
<span
115-
class="px-3 py-1 mr-2 rounded-lg border font-bold opacity-90"
115+
class="px-3 py-1 me-2 rounded-lg border font-bold opacity-90"
116116
:style="{
117117
color: primaryColor,
118118
backgroundColor: primaryColor + '10',

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ defineOgImageComponent('Default', {
101101
class="absolute group inset-ie-2.5 px-2.5 sm:ps-4 sm:pe-4 py-2 font-mono text-sm text-bg bg-fg/90 rounded-md transition-[background-color,transform] duration-200 hover:bg-fg! group-focus-within:bg-fg/80 active:scale-95 focus-visible:outline-accent/70"
102102
>
103103
<span
104-
class="inline-block i-carbon:search align-middle w-4 h-4 sm:mr-2"
104+
class="inline-block i-carbon:search align-middle w-4 h-4 sm:me-2"
105105
aria-hidden="true"
106106
></span>
107107
<span class="sr-only sm:not-sr-only">

0 commit comments

Comments
 (0)