Skip to content

Commit

Permalink
Adjust invite people list item calendar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Apr 26, 2023
1 parent defaaed commit 284df58
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
class="files-collaborators-collaborator-expiration"
data-testid="recipient-info-expiration-date"
:aria-label="expirationDate"
name="calendar"
name="calendar-event"
fill-type="line"
/>
<span class="oc-invisible-sr" v-text="screenreaderShareExpiration" />
Expand Down Expand Up @@ -409,4 +409,7 @@ export default defineComponent({
margin-left: var(--oc-space-medium);
}
}
.files-collaborators-collaborator-expiration {
margin-top: 5px;
}
</style>

0 comments on commit 284df58

Please sign in to comment.