classcard-ui 0.2.735 → 0.2.736

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.735",
3
+ "version": "0.2.736",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -155,7 +155,7 @@
155
155
  {{ formatTimeFromDate(event.end) }}
156
156
  </div>
157
157
  <div
158
- class="mt-1 text-sm font-semibold"
158
+ class="mt-1 text-sm font-semibold flex"
159
159
  :style="{ color: event.color }"
160
160
  :class="event.status === 7 ? 'line-through' : ''"
161
161
  >
@@ -163,7 +163,7 @@
163
163
  v-if="event.attendance"
164
164
  name="check"
165
165
  type="solid"
166
- class="h-4 w-4 shrink-0"
166
+ class="mt-0.5 h-4 w-4 shrink-0"
167
167
  :style="`color:${event.color}`"
168
168
  ></c-icon>
169
169
  {{ event.title }} ({{ event.booked }}/{{ event.seats }})