diff --git a/src/features/orders/components/SearchBar.tsx b/src/features/orders/components/SearchBar.tsx
index a21dbdb..7ef05c8 100644
--- a/src/features/orders/components/SearchBar.tsx
+++ b/src/features/orders/components/SearchBar.tsx
@@ -257,7 +257,7 @@ export const SearchBar = () => {
{/* Datas */}
-
+
{
{/* Ações */}
-
+
}
- sx={{ textTransform: 'none', minWidth: 90 }}
+ fullWidth
+ sx={{ textTransform: 'none', minWidth: { xs: '100%', sm: 90 } }}
>
Limpar
-
+
}
- sx={{ textTransform: 'none', minWidth: 100 }}
+ fullWidth
+ sx={{ textTransform: 'none', minWidth: { xs: '100%', sm: 100 } }}
>
Filtros
@@ -330,7 +332,8 @@ export const SearchBar = () => {
onClick={handleFilter}
disabled={!isDateValid || !!dateError || isFetching}
startIcon={isFetching ? : }
- sx={{ textTransform: 'none', minWidth: 100 }}
+ fullWidth
+ sx={{ textTransform: 'none', minWidth: { xs: '100%', sm: 100 } }}
>
Buscar