|
@@ -247,7 +247,10 @@ private struct AIHistoryRowView: View {
|
|
|
.stroke(AppTheme.cardBorder, lineWidth: 1)
|
|
.stroke(AppTheme.cardBorder, lineWidth: 1)
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|
|
|
|
|
+ .contentShape(RoundedRectangle(cornerRadius: AppTheme.cornerRadiusSmall, style: .continuous))
|
|
|
.hoverCard(cornerRadius: AppTheme.cornerRadiusSmall)
|
|
.hoverCard(cornerRadius: AppTheme.cornerRadiusSmall)
|
|
|
|
|
+ .hoverCursor()
|
|
|
|
|
+ .onTapGesture(perform: onOpen)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|