diff --git a/assets/table/_variables.scss b/assets/table/_variables.scss index 0d433205..acc2fa47 100644 --- a/assets/table/_variables.scss +++ b/assets/table/_variables.scss @@ -1,7 +1,7 @@ @use '~bulmaswatch/solar/variables' as solar; @use '~bulma/sass/utilities/functions' as bulma; -// Colors are designed to take advantage of playing of the background. Theme neutral +// Colors are designed to take advantage of playing off the background. Theme neutral $neutral-color: rgba(255, 255, 255, 0.1) !default; $light-color: rgba(255, 255, 255, 0.05) !default; $dark-color: rgba(0, 0, 0, 0.1) !default; diff --git a/components/calendar/view/Row.vue b/components/calendar/view/Row.vue index bb32e328..58d29aae 100644 --- a/components/calendar/view/Row.vue +++ b/components/calendar/view/Row.vue @@ -1,7 +1,7 @@