Skip to content

Commit

Permalink
fix: Returned the styles for the application cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mlyubimov committed Nov 29, 2023
1 parent cdd5c86 commit 049c816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Apps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
>
<div
class="rounded-borders q-pa-xs q-mb-sm bg-primary"
style="border-radius: 6px;"
style="border-radius: 6px; border: 2px solid black;"
>
<q-img
:src="app.currentVersion.screenshots[0]"
Expand Down

0 comments on commit 049c816

Please sign in to comment.