This commit is contained in:
natib21
2026-06-24 14:32:04 +00:00
parent c43201639d
commit f7bdd19a07
3 changed files with 9 additions and 9 deletions

View File

@@ -360,7 +360,7 @@ const FleetResourcePage = () => {
{config.subtitle}
</Text>
</div>
<Button leftSection={<Plus size={16} />} fw={500} onClick={() => {
<Button leftSection={<Plus size={16} />} styles={{ label: { fontWeight: 500 } }} onClick={() => {
setEditing(null);
setFormOpen(true);
}}>
@@ -392,7 +392,7 @@ const FleetResourcePage = () => {
radius="md"
variant={filter.value === option.value ? "filled" : "outline"}
color="green"
fw={500}
styles={{ label: { fontWeight: 500 } }}
onClick={() => {
setListFilterValues((prev) => ({
...prev,
@@ -419,7 +419,7 @@ const FleetResourcePage = () => {
radius="md"
variant={statusFilter === option.value ? "filled" : "outline"}
color="green"
fw={500}
styles={{ label: { fontWeight: 500 } }}
onClick={() => setStatusFilter(option.value)}
>
{option.label}