Skip to content

Commit

Permalink
feat(Panel): Clockface 4 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChitlangeSahas committed Nov 6, 2022
1 parent e17dc04 commit 7c47667
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Components/Icon/Composed/Bullet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
.cf-bullet {
user-select: none;
border-radius: 50%;
background-color: $g2-kevlar;
background-color: $cf-lavender;
font-weight: $cf-font-weight--bold;
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
color: $c-honeydew;
}

/*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Panel/Family/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const PanelRoot = forwardRef<PanelRef, PanelProps>(
children,
className,
onDismiss,
backgroundColor = InfluxColors.Castle,
backgroundColor = InfluxColors.Grey2,
dismissButtonColor = ComponentColor.Primary,
},
ref
Expand Down
4 changes: 4 additions & 0 deletions src/Types/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ export enum InfluxColors {

// Grey
Grey1 = '#0e101f',
Grey2 = '#1a1c2b',
Grey3 = '#232533',
Grey4 = '#4b4f62',
Grey6 = '#c2c5db',
Grey5 = '#07070e',
Grey15 = '#1a1a2a',
Grey25 = '#333346',
Expand Down

0 comments on commit 7c47667

Please sign in to comment.