Merge branch 'sentry' of github.com:brkcvn/akaunting into sentry

This commit is contained in:
Cüneyt Şentürk
2022-11-21 16:26:22 +03:00
39 changed files with 804 additions and 360 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);