refactor(gui): suggested changes

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-02-02 00:02:36 +05:30
parent 6720d3449f
commit 4c13e19b74

View File

@@ -174,7 +174,7 @@ watch(
:closable="false"
width="max(50vw, 44rem)"
wrap-class-name="nc-modal-invite-user-and-share-base"
@cancel="close()"
@cancel="close"
>
<div class="flex flex-col" data-testid="invite-user-and-share-base-modal">
<div class="flex flex-row justify-between items-center pb-1.5 mb-2 border-b-1 w-full">
@@ -184,7 +184,7 @@ watch(
type="text"
class="!rounded-md mr-1 -mt-1.5"
data-testid="invite-user-and-share-base-modal-close-btn"
@click="close()"
@click="close"
>
<template #icon>
<MaterialSymbolsCloseRounded class="flex mx-auto" />