Merge pull request #3224 from mervekaraman/master

More actions buttons style changed
This commit is contained in:
Cüneyt Şentürk 2024-10-08 12:25:48 +01:00 committed by GitHub
commit 0af2fd79d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -124,12 +124,12 @@
</x-tabs> </x-tabs>
</div> </div>
<div class="space-x-10 col-span-3"> <div class="col-span-3 ml-6">
@can('create-common-widgets') @can('create-common-widgets')
<x-button <x-button
type="button" type="button"
id="show-more-actions-add-widget" id="show-more-actions-add-widget"
class="text-purple font-medium tabs-link" class="px-3 py-1.5 mb-1 text-purple hover:bg-gray-100 rounded-xl font-medium tabs-link"
override="class" override="class"
title="{{ trans('general.title.add', ['type' => trans_choice('general.widgets', 1)]) }}" title="{{ trans('general.title.add', ['type' => trans_choice('general.widgets', 1)]) }}"
@click="onCreateWidget()" @click="onCreateWidget()"
@ -139,7 +139,7 @@
@endcan @endcan
@can('create-common-dashboards') @can('create-common-dashboards')
<x-link href="{{ route('dashboards.create') }}" override="class" class="text-purple font-medium tabs-link" id="show-more-actions-new-dashboard"> <x-link href="{{ route('dashboards.create') }}" override="class" class="px-3 py-2 mb-1 text-purple hover:bg-gray-100 rounded-xl font-medium tabs-link" id="show-more-actions-new-dashboard">
{{ trans('general.title.new', ['type' => trans_choice('general.dashboards', 1)]) }} {{ trans('general.title.new', ['type' => trans_choice('general.dashboards', 1)]) }}
</x-link> </x-link>
@endcan @endcan