File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
packages/ui/src/components Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11import { Children } from 'react' ;
2- import { ChevronRightLineIcon } from '@ifrc-go/icons' ;
2+ import { ArrowDropRightLineIcon } from '@ifrc-go/icons' ;
33import { _cs } from '@togglecorp/fujs' ;
44
55import styles from './styles.module.css' ;
@@ -15,7 +15,7 @@ function Breadcrumbs(props: BreadcrumbsProps) {
1515 const {
1616 className,
1717 children,
18- separator = < ChevronRightLineIcon /> ,
18+ separator = < ArrowDropRightLineIcon /> ,
1919 itemClassName,
2020 } = props ;
2121
Original file line number Diff line number Diff line change 88
99 & : not (: last-child ) {
1010 color : var (--go-ui-color-gray-70 );
11+ font-weight : var (--go-ui-font-weight-light );
1112 }
1213
1314 & : last-child {
1819 .separator {
1920 display : flex;
2021 justify-content : center;
21- color : var (--go-ui-color-gray-70 );
22- font-size : var (--go-ui-font-size-xl );
22+ color : var (--go-ui-color-gray-90 );
23+ font-size : var (--go-ui-font-size-3xl );
24+ font-weight : var (--go-ui-font-weight-medium );
2325 }
2426}
Original file line number Diff line number Diff line change 1717 cursor : var (--cursor );
1818 padding : var (--padding );
1919 width : fit-content;
20+ min-width : calc (var (--base-spacing ) * 6.5 );
2021 max-width : 100% ;
2122 overflow : hidden;
2223 text-transform : var (--text-transform );
Original file line number Diff line number Diff line change 2222 outline : var (--go-ui-width-separator-thin ) dashed var (--go-ui-color-gray-40 );
2323 }
2424 }
25+
26+ .checkmark {
27+ color : var (--go-ui-color-gray-40 );
28+ }
2529 }
2630
2731 .content {
Original file line number Diff line number Diff line change 44
55 .icon {
66 transition : var (--go-ui-duration-transition-medium ) color ease-in-out;
7+ color : var (--go-ui-color-gray-40 );
78 font-size : var (--go-ui-height-icon-multiplier );
89 }
910
1011 .content {
1112 flex-direction : column;
1213 gap : 0 ;
1314 line-height : var (--go-ui-line-height-sm );
15+ color : var (--go-ui-color-black );
1416 }
1517
1618 .description {
You can’t perform that action at this time.
0 commit comments