Skip to content

Commit

Permalink
style: fix weird app update popup style
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and OjusWiZard committed Aug 9, 2024
1 parent f5a2992 commit 8391e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/src/components/status/update/AppUpdatePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ onMounted(async () => {
v-if="isPackaged"
:value="showUpdatePopup"
:timeout="-1"
class="top-[3.5rem]"
class="top-[3.5rem] text-rui-text"
width="380px"
>
<div class="p-2">
Expand Down Expand Up @@ -141,7 +141,7 @@ onMounted(async () => {
show-label
/>

<div class="flex justify-end">
<div class="flex justify-end mt-4">
<RuiButton
v-if="error"
variant="text"
Expand Down

0 comments on commit 8391e57

Please sign in to comment.