Skip to content

Commit

Permalink
Referansesider: 💄 use correct tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianNymark committed Oct 2, 2024
1 parent 8269091 commit 8d6418a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/referansesider/src/routes/aktivitetsplan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let ActivityColumn;
width: 300px;
height: fit-content;
border-radius: 8px;
background-color: ${tokens.BgNeutral};
background-color: ${tokens.BgSunken};
padding: 8px;
padding-bottom: 16px;
`;
Expand Down Expand Up @@ -104,12 +104,12 @@ let BlueDotHeader;
}

const ScMainCard = styled.div`
border: 1px solid ${tokens.BorderDefault};
border-radius: 4px;
border: 2px dashed ${tokens.BorderDefault};
border-radius: 8px;
`;

const ScSelect = styled.select`
background-color: ${tokens.BgDefault};
background-color: ${tokens.BgInput};
border: 1px solid ${tokens.BorderDefault};
border-radius: 4px;
padding: 8px;
Expand Down

0 comments on commit 8d6418a

Please sign in to comment.