Skip to content

Commit

Permalink
feat: style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
zanfee committed Dec 11, 2023
1 parent 71a529a commit 4535aea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default defineAppConfig({
ui: {
primary: 'appRed',
gray: 'cool',
primary: 'blue',
gray: 'zinc',
},
})
4 changes: 2 additions & 2 deletions components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ const links = [{
<template #top>
<UFooterColumns :links="links">
<template #right>
<UFormGroup name="email" label="Subscribe to our newsletter" size="lg">
<UColorModeSelect class="w-32 mb-6" />
<UFormGroup name="email" label="Abboniere unseren Newsletter" size="lg">
<UInput type="email" :ui="{ icon: { trailing: { pointer: '' } } }">
<template #trailing>
<UButton type="submit" size="2xs" color="black" label="Subscribe" />
</template>
</UInput>
</UFormGroup>
<UColorModeSelect class="w-32 mt-4" />
</template>
</UFooterColumns>
</template>
Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Hi, I am Alpine...
orientation: horizontal
---
#default
:Logo{class="h-72 m-auto"}
<!-- :Logo{class="h-72 m-auto"} -->
<!-- :nuxt-img{src="/" class="w-full rounded-md shadow-xl ring-1 ring-gray-300 dark:ring-gray-700"} -->

#description
Expand Down

0 comments on commit 4535aea

Please sign in to comment.