Skip to content

Commit

Permalink
Change plus icon size and remove button border
Browse files Browse the repository at this point in the history
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
  • Loading branch information
SagarGi committed Apr 4, 2024
1 parent c85c0bf commit 7da2657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/tab/SearchInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div v-if="!!isStateOk && !isSmartPicker" class="create-workpackage">
<NcButton class="create-workpackage--button" @click="openCreateWorkpackageModal()">
<template #icon>
<Plus class="plus" :size="26" />
<Plus :size="20" />
</template>
{{ t('integration_openproject', 'Create and link a new work package') }}
</NcButton>
Expand Down Expand Up @@ -358,7 +358,6 @@ export default {
display: flex;
align-items: center;
&--button {
border: 1px solid var(--color-border-dark);
&--label {
padding-left: 15px;
font-size: 1rem;
Expand Down

0 comments on commit 7da2657

Please sign in to comment.