Skip to content

Commit

Permalink
cleanup: support for dark mode in nested modules
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored and mirkobrombin committed Jul 16, 2024
1 parent ba9fb63 commit e71d60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RecipeModules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</div>
<div v-if="hasNestedModules(module) && isNestedExpanded(module)"
class="bg-gray-100 border border-gray-200 p-4 mx-4 mb-4 rounded-lg shadow-md flex-1">
class="bg-gray-100 dark:bg-gray-700 border border-gray-200 dark:border-gray-900 p-4 mx-4 mb-4 rounded-lg shadow-md flex-1">
<recipe-modules :recipe="module" :moduleDetails="moduleDetails"
@showModuleDetails="showModuleDetails" @closeModuleDetails="goBack"></recipe-modules>
</div>
Expand Down

0 comments on commit e71d60f

Please sign in to comment.