💄 Fixed wrong color in dark mode on add-buttons in editor
This commit is contained in:
@@ -275,7 +275,7 @@
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="h-full flex justify-center w-full dark:text-black flex-col border-r border-black"
|
class="h-full flex justify-center w-full flex-col border-r border-black dark:text-white"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
add_new_question_popup_open = true;
|
add_new_question_popup_open = true;
|
||||||
}}
|
}}
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="h-full flex justify-center w-full dark:text-black flex-col"
|
class="h-full flex justify-center w-full dark:text-white flex-col"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
data.questions = [...data.questions, { ...empy_slide }];
|
data.questions = [...data.questions, { ...empy_slide }];
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user