mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix notification page has unbranded button by changing ds-button to base-button
This commit is contained in:
parent
9cee6aa1ad
commit
b9207853c5
@ -26,14 +26,14 @@
|
|||||||
/>
|
/>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item class="notifications-footer-button" :width="{ base: 'auto' }" centered>
|
<ds-flex-item class="notifications-footer-button" :width="{ base: 'auto' }" centered>
|
||||||
<ds-button
|
<base-button
|
||||||
primary
|
primary
|
||||||
:disabled="unreadNotificationsCount === 0"
|
:disabled="unreadNotificationsCount === 0"
|
||||||
@click="markAllAsRead"
|
@click="markAllAsRead"
|
||||||
data-test="markAllAsRead-button"
|
data-test="markAllAsRead-button"
|
||||||
>
|
>
|
||||||
{{ $t('notifications.markAllAsRead') }}
|
{{ $t('notifications.markAllAsRead') }}
|
||||||
</ds-button>
|
</base-button>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
</ds-flex>
|
</ds-flex>
|
||||||
</base-card>
|
</base-card>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user