Skip to content

Commit

Permalink
fix(BreadCrumb): remove color
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Lagoá authored and francisco-guilherme committed Mar 28, 2023
1 parent 91f95cb commit 5c4eb7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions app/src/generator/Colors/Colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ const Colors = (): JSX.Element => {

const debouncedHandler = debounce(colorChangedHandler, 250);

console.log(customTheme);

return (
<div className={styles.root}>
<div className={styles.group}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const StyledLink = styled((props) => <HvLink {...props} />)({

export const StyledTypography = styled((props) => <HvTypography {...props} />)({
maxWidth: "170px",
color: theme.colors.acce1,
textTransform: "capitalize",
"&:hover": {
cursor: "pointer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`BreadCrumb > should render correctly 1`] = `
href="route1"
>
<div
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-1kv0orw-getStyledComponent-StyledTypography e1tnpalo0"
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-6cgeaq-getStyledComponent-StyledTypography e1tnpalo0"
>
<div
class="HvOverflowTooltip-tooltipAnchor css-trvmb4-StyledDataContainer e199gfye0"
Expand Down Expand Up @@ -52,7 +52,7 @@ exports[`BreadCrumb > should render correctly 1`] = `
href="route2"
>
<div
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-1kv0orw-getStyledComponent-StyledTypography e1tnpalo0"
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-6cgeaq-getStyledComponent-StyledTypography e1tnpalo0"
>
<div
class="HvOverflowTooltip-tooltipAnchor css-trvmb4-StyledDataContainer e199gfye0"
Expand Down Expand Up @@ -88,7 +88,7 @@ exports[`BreadCrumb > should render correctly 1`] = `
href="route3"
>
<div
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-1kv0orw-getStyledComponent-StyledTypography e1tnpalo0"
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-6cgeaq-getStyledComponent-StyledTypography e1tnpalo0"
>
<div
class="HvOverflowTooltip-tooltipAnchor css-trvmb4-StyledDataContainer e199gfye0"
Expand Down Expand Up @@ -124,7 +124,7 @@ exports[`BreadCrumb > should render correctly 1`] = `
href="route4"
>
<div
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-1kv0orw-getStyledComponent-StyledTypography e1tnpalo0"
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-6cgeaq-getStyledComponent-StyledTypography e1tnpalo0"
>
<div
class="HvOverflowTooltip-tooltipAnchor css-trvmb4-StyledDataContainer e199gfye0"
Expand Down Expand Up @@ -160,7 +160,7 @@ exports[`BreadCrumb > should render correctly 1`] = `
href="route5"
>
<div
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-1kv0orw-getStyledComponent-StyledTypography e1tnpalo0"
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-6cgeaq-getStyledComponent-StyledTypography e1tnpalo0"
>
<div
class="HvOverflowTooltip-tooltipAnchor css-trvmb4-StyledDataContainer e199gfye0"
Expand Down Expand Up @@ -196,7 +196,7 @@ exports[`BreadCrumb > should render correctly 1`] = `
href="route6"
>
<div
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-1kv0orw-getStyledComponent-StyledTypography e1tnpalo0"
class="HvPage-link HvBreadCrumb-link HvPage-label e8ovoy90 HvTypography-root HvTypography-label HvTypography-noWrap css-6cgeaq-getStyledComponent-StyledTypography e1tnpalo0"
>
<div
class="HvOverflowTooltip-tooltipAnchor css-trvmb4-StyledDataContainer e199gfye0"
Expand Down

0 comments on commit 5c4eb7d

Please sign in to comment.