change(ui): change icon for no content

This commit is contained in:
sylenien 2022-11-18 12:22:46 +01:00 committed by Delirium
parent e606fe108f
commit 332970b893

View file

@ -28,7 +28,7 @@ function RecordingsList() {
show={lenth === 0}
title={
<div className="flex flex-col items-center justify-center">
<Icon name="no-dashboard" size={80} color="figmaColors-accent-secondary" />
<Icon name="camera-video-off" size={80} color="figmaColors-accent-secondary" />
<div className="text-center text-gray-600 my-4">
{recordsSearch !== ''
? 'No matching results'