Skip to content

Commit

Permalink
feat: Apply Application Background Color Class - MEED-7042 - Meeds-io…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and exo-swf committed Jun 12, 2024
1 parent a556a3b commit ef7fa17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
min-width="100%"
max-width="100%"
min-height="60"
class="d-flex flex-column border-box-sizing position-relative card-border-radius"
color="white"
class="d-flex flex-column border-box-sizing position-relative card-border-radius app-background-color"
flat>
<template v-if="edit">
<note-page-edit-drawer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div>
<div
v-if="isAvailableNote"
class="notes-application white card-border-radius pa-5"
class="notes-application card-border-radius app-background-color pa-5"
ref="content">
<div class="notes-application-header">
<div class="notes-title d-flex justify-space-between pb-4 ps-1">
Expand Down

0 comments on commit ef7fa17

Please sign in to comment.