Skip to content

Commit

Permalink
chore(hint): fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Keselman committed Nov 17, 2020
1 parent 2d4906e commit e83ca55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/react-ui/internal/themes/DefaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -759,12 +759,8 @@ export class DefaultTheme {
public static get hintBorderRadius() {
return this.popupBorderRadius;
}
public static get hintPinOffset() {
return this.popupPinOffset;
}
public static get hintMargin() {
return this.popupMargin;
}
public static hintPinOffset = '8px';
public static hintMargin = '15px';
//#endregion
//#region Toast
public static toastBg = 'rgba(51, 51, 51, 0.8)';
Expand Down

0 comments on commit e83ca55

Please sign in to comment.