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 9921810 commit 1e6fbb4Copy full SHA for 1e6fbb4
1 file changed
app/pages/index.vue
@@ -97,7 +97,7 @@ defineOgImageComponent('Default', {
97
type="submit"
98
class="absolute inset-ie-2 px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md transition-[background-color,transform] duration-200 hover:bg-fg/90 active:scale-95 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
99
>
100
- <span class="i-carbon:search align-middle"></span>
+ <span class="i-carbon:search align-middle w-4 h-4" aria-hidden="true"></span>
101
{{ $t('search.button') }}
102
</button>
103
</div>
0 commit comments