Skip to content

Commit

Permalink
fix: MkButtonにstyleが設定されていない
Browse files Browse the repository at this point in the history
  • Loading branch information
1673beta committed Jul 1, 2024
1 parent f5a5a9b commit f1be632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/search.user.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<option value="local">{{ i18n.ts.local }}</option>
<option value="remote">{{ i18n.ts.remote }}</option>
</MkRadios>
<MkButton large primary gradate rounded @click="search">{{ i18n.ts.search }}</MkButton>
<MkButton large primary gradate rounded style="margin: 0 auto;" @click="search">{{ i18n.ts.search }}</MkButton>
</div>

<MkFoldableSection v-if="userPagination">
Expand Down

0 comments on commit f1be632

Please sign in to comment.