Skip to content

Commit

Permalink
Add requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Oct 20, 2023
1 parent 61f30cc commit 6aad615
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<div class="grid w-80 items-stretch justify-stretch">
<VIconButton
:label="$t('modal.close')"
:icon-props="{ name: 'close-small' }"
variant="filled-white"
size="medium"
:icon-props="{ name: 'close' }"
variant="transparent-gray"
size="small"
class="z-10 col-start-1 row-start-1 me-1 mt-1 self-start justify-self-end"
@click="close"
/>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/VFilters/VFilterChecklist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<div class="relative">
<VIconButton
:label="getLicenseExplanationCloseAria(item.code)"
:icon-props="{ name: 'close-small' }"
variant="filled-white"
:icon-props="{ name: 'close' }"
variant="transparent-gray"
size="small"
class="!absolute end-1 top-1"
@click="close"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
/>
<VIconButton
:label="$t('modal.closeContentSettings')"
:icon-props="{ name: 'close-small' }"
variant="filled-white"
:icon-props="{ name: 'close' }"
variant="transparent-gray"
size="large"
class="ms-auto self-center"
@click="close"
Expand Down

0 comments on commit 6aad615

Please sign in to comment.