1
0

fix(BaseButton): comment spelling (#2348)

Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2348
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
This commit is contained in:
Dominik Pschenitschni 2024-06-10 09:18:54 +00:00 committed by konrad
parent 165d046307
commit ac559d5e6b

View File

@ -96,7 +96,7 @@ defineExpose({
</script>
<style lang="scss">
// NOTE: we do not use scoped styles to reduce specifity and make it easy to overwrite
// NOTE: we do not use scoped styles to reduce specificity and make it easy to overwrite
// We reset the default styles of a button element to enable easier styling
:where(.base-button--type-button) {