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