other scenario fixed

This commit is contained in:
Burak Civan
2022-11-10 11:14:30 +03:00
parent 819f6587bd
commit 4a5858f724
7 changed files with 314 additions and 271 deletions

View File

@ -282,7 +282,7 @@ class DeleteLink extends Component
protected function getClass($class)
{
$default_class = 'w-full flex items-center text-purple px-2 h-9 leading-9 whitespace-nowrap';
$default_class = 'w-full flex items-center text-red sm:text-purple px-2 h-9 leading-9 whitespace-nowrap';
$explode = explode(',', $this->override);