Skip to content

Commit

Permalink
fjernet border på accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr committed Aug 22, 2023
1 parent 8534c18 commit 37087f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EndringsLogg = (props: Props) => {
const { aktivitet } = props;

return (
<Accordion.Item className="first:border-t-2 first:border-border-divider">
<Accordion.Item>
<Accordion.Header>
<div className="flex gap-4 items-center">
Historikk
Expand Down
2 changes: 1 addition & 1 deletion src/moduler/informasjon/brukePlanenPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';

export const BrukePlanenPanel = () => {
return (
<Accordion.Item className="first:border-t-2 first:border-border-divider">
<Accordion.Item>
<Accordion.Header>
<Heading level="2" size="small">
Slik bruker du aktivitetsplanen
Expand Down
2 changes: 1 addition & 1 deletion src/moduler/mal/mal-historikk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const MalHistorikk = () => {

return (
<Accordion>
<Accordion.Item className="first:border-t-2 first:border-border-divider">
<Accordion.Item>
<Accordion.Header>
<Heading level="2" size="small">
Tidligere lagrede mål
Expand Down

0 comments on commit 37087f0

Please sign in to comment.