We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba358a8 commit e49f82eCopy full SHA for e49f82e
src/components/StudyCard.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <v-card class="studycard">
+ <v-card color="#338dce" class="studycard">
3
<div class="studycard-content">
4
<div class="timestr">
5
<v-icon size="20px" color="#ffffff">mdi-clock-outline</v-icon>
@@ -71,7 +71,6 @@ export default {
71
<style scoped>
72
.studycard {
73
width: 100%;
74
- background-color: #338dce;
75
}
76
.studycard-content {
77
padding: 10px 18px;
0 commit comments