fix: update reset filters button style and remove filter icon
This commit is contained in:
@@ -37,11 +37,10 @@ import {
|
|||||||
TbCircleX,
|
TbCircleX,
|
||||||
TbDeviceDesktop,
|
TbDeviceDesktop,
|
||||||
TbDeviceMobile,
|
TbDeviceMobile,
|
||||||
TbFilter,
|
|
||||||
TbHistory,
|
TbHistory,
|
||||||
TbPhoto,
|
TbPhoto,
|
||||||
TbPlus,
|
TbPlus,
|
||||||
TbSearch,
|
TbSearch
|
||||||
} from 'react-icons/tb'
|
} from 'react-icons/tb'
|
||||||
import { API_URLS } from '../config/api'
|
import { API_URLS } from '../config/api'
|
||||||
|
|
||||||
@@ -431,10 +430,9 @@ function AppErrorsPage() {
|
|||||||
/>
|
/>
|
||||||
<Stack justify="flex-end">
|
<Stack justify="flex-end">
|
||||||
<Button
|
<Button
|
||||||
variant="subtle"
|
variant="filled"
|
||||||
color="gray"
|
color="violet"
|
||||||
size="sm"
|
size="sm"
|
||||||
leftSection={<TbFilter size={16} />}
|
|
||||||
onClick={() => { setSearch(''); setStatus('all') }}
|
onClick={() => { setSearch(''); setStatus('all') }}
|
||||||
>
|
>
|
||||||
Reset Filters
|
Reset Filters
|
||||||
|
|||||||
Reference in New Issue
Block a user