Skip to content

Commit e49f82e

Browse files
committed
FIX: Card Design
1 parent ba358a8 commit e49f82e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/StudyCard.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<v-card class="studycard">
2+
<v-card color="#338dce" class="studycard">
33
<div class="studycard-content">
44
<div class="timestr">
55
<v-icon size="20px" color="#ffffff">mdi-clock-outline</v-icon>
@@ -71,7 +71,6 @@ export default {
7171
<style scoped>
7272
.studycard {
7373
width: 100%;
74-
background-color: #338dce;
7574
}
7675
.studycard-content {
7776
padding: 10px 18px;

0 commit comments

Comments
 (0)