Skip to content

Commit

Permalink
fix style lint
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT committed Aug 8, 2023
1 parent fa47efe commit 064cc70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/admin/FormHeading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ export default {
}
}
.index-dark-mode{
color: #000000;
.index-dark-mode {
color: #000000;
}
.index-light-mode{
color: #FFFFFF;
.index-light-mode {
color: #FFFFFF;
}
.form-heading.disabled {
Expand Down

0 comments on commit 064cc70

Please sign in to comment.