Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f23ef6b7 authored by Thomas Citharel's avatar Thomas Citharel Committed by GitHub
Browse files

Merge pull request #4243 from nextcloud/fix/4241/size-prop-type

Fix invalid icon size prop type
parents 2dd7e934 1cef412b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
			type="button"
			@click="navigateToPreviousTimeRange"
			@shortkey="navigateToPreviousTimeRange">
			<ChevronLeftIcon size="22" />
			<ChevronLeftIcon :size="22" />
		</button>
		<button class="datepicker-button-section__datepicker-label button datepicker-label"
			@click.stop.prevent="toggleDatepicker"
@@ -50,7 +50,7 @@
			type="button"
			@click="navigateToNextTimeRange"
			@shortkey="navigateToNextTimeRange">
			<ChevronRightIcon size="22" />
			<ChevronRightIcon :size="22" />
		</button>
	</div>
</template>