Skip to content

Commit

Permalink
Update NotesCard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
LawrenceJu1 authored and jeffrey-dot-li committed Aug 17, 2020
1 parent 87e21be commit 86305ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/NotesCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
class="w-4/5 vx-row p-2 items-center text-sm mt-2 ml-1/2 title-content"
>
<div
class="rounded-full bg-orange-500 p-2 px-4 vx-row items-center text-ginger text-white"
class="rounded-full bg-orange-500 p-2 px-4 vx-row items-center text-ginger text-white" style="background-color: #ed8936"
>
Grade {{ note.grade }}
</div>
<div
class="rounded-full bg-purple-500 p-2 px-4 vx-row items-center text-ginger text-white mx-2"
class="rounded-full bg-purple-500 p-2 px-4 vx-row items-center text-ginger text-white mx-2" style="background-color: #9f7aea"
>
<i class="bx text-xl text-white mr-2" :class="getIcon(note.subject)" />
<i class="bx text-xl text-white mr-2" :class="getIcon(note.subject)" style="background-color:transparent;"/>
{{ note.subject }}
</div>
</div>
Expand Down

0 comments on commit 86305ee

Please sign in to comment.