Skip to content

Commit 2a28906

Browse files
authored
table: Contacts column font change (#2010)
* table: Contacts column font change and made clickable * Update MiningTable.vue * Update MiningTable.vue
1 parent 725a972 commit 2a28906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/Mining/Table/MiningTable.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
image-class="size-12 rounded-full"
240240
@click="openContactInformation(data)"
241241
/>
242-
<div class="truncate font-medium">
242+
<div class="truncate">
243243
<div
244244
v-if="data.name && visibleColumns.includes('name')"
245245
class="truncate w-min cursor-pointer"
@@ -250,7 +250,7 @@
250250
<div
251251
class="truncate cursor-pointer"
252252
:class="{
253-
'font-light': !(
253+
'font-extralight': !(
254254
!data.name && visibleColumns.includes('name')
255255
),
256256
}"

0 commit comments

Comments
 (0)