Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh authored Jun 7, 2023
2 parents 4ef6bfa + 8db1941 commit b0ee95f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions @navikt/core/css/chips.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@
border-radius: var(--a-border-radius-full);
}

.navds-chips--small .navds-chips__toggle-icon {
width: 1.25rem;
height: 1.25rem;
}

.navds-chips--small .navds-chips__removable-icon {
width: 1.25rem;
height: 1.25rem;
Expand Down
2 changes: 1 addition & 1 deletion @navikt/core/react/src/chips/chips.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const Regular = () => {
};

export const Small = () => {
const [selected, setSelected] = useState<number[]>([]);
const [selected, setSelected] = useState<number[]>([2, 4]);
return (
<div className="colgap">
<Chips size="small">
Expand Down

0 comments on commit b0ee95f

Please sign in to comment.