From c7d09193d609d8f1d6f43cfe5f8fcf2d0af35396 Mon Sep 17 00:00:00 2001 From: Martin Gunnerud Date: Fri, 8 Dec 2023 16:37:35 +0100 Subject: [PATCH] use background-color for list card header to visualize spacing better --- .../ResourcePartyLists/ResourcePartyListActions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/resourceadm/components/ResourcePartyLists/ResourcePartyListActions.tsx b/frontend/resourceadm/components/ResourcePartyLists/ResourcePartyListActions.tsx index b9b08ab71f0..87b8e517389 100644 --- a/frontend/resourceadm/components/ResourcePartyLists/ResourcePartyListActions.tsx +++ b/frontend/resourceadm/components/ResourcePartyLists/ResourcePartyListActions.tsx @@ -1,4 +1,4 @@ -import { Button, Card, Chip, Divider, Heading, Select } from '@digdir/design-system-react'; +import { Button, Card, Chip, Heading, Select } from '@digdir/design-system-react'; import React from 'react'; import { FieldWrapper } from '../FieldWrapper/FieldWrapper'; import { PartyListResourceLink } from 'app-shared/types/ResourceAdm'; @@ -40,9 +40,10 @@ export const ResourcePartyListActions = ({ display: 'flex', flexDirection: 'row', justifyContent: 'space-between', + backgroundColor: '#e1e1e1', }} > - + {listItem.partyListName}