fix(SW-812): styling fixes for the header and related components

This commit is contained in:
Erik Tiekstra
2024-11-08 12:12:12 +01:00
parent d8751b3fea
commit fe6582ccbb
47 changed files with 315 additions and 134 deletions
+4
View File
@@ -19,9 +19,13 @@ export { default as ChairIcon } from "./Chair"
export { default as CheckIcon } from "./Check"
export { default as CheckCircleIcon } from "./CheckCircle"
export { default as ChevronDownIcon } from "./ChevronDown"
export { default as ChevronDownSmallIcon } from "./ChevronDownSmall"
export { default as ChevronLeftIcon } from "./ChevronLeft"
export { default as ChevronLeftSmallIcon } from "./ChevronLeftSmall"
export { default as ChevronRightIcon } from "./ChevronRight"
export { default as ChevronRightSmallIcon } from "./ChevronRightSmall"
export { default as ChevronUpIcon } from "./ChevronUp"
export { default as ChevronUpSmallIcon } from "./ChevronUpSmall"
export { default as CityIcon } from "./City"
export { default as CloseIcon } from "./Close"
export { default as CloseLargeIcon } from "./CloseLarge"