Skip to content

Commit

Permalink
🔨 fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Jan 12, 2024
1 parent babfea0 commit 0ee6c51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import {
import {
GRAPHER_AXIS_LINE_WIDTH_THICK,
GRAPHER_AXIS_LINE_WIDTH_DEFAULT,
BASE_FONT_SIZE,
} from "../core/GrapherConstants"
import { ColorSchemes } from "../color/ColorSchemes"
import { AxisConfig, FontSizeManager } from "../axis/AxisConfig"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import {
import { observer } from "mobx-react"
import { NoDataModal } from "../noDataModal/NoDataModal"
import {
BASE_FONT_SIZE,
GRAPHER_AXIS_LINE_WIDTH_DEFAULT,
GRAPHER_AXIS_LINE_WIDTH_THICK,
} from "../core/GrapherConstants"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import { sum, max } from "@ourworldindata/utils"
import { TextWrap } from "@ourworldindata/components"
import { computed } from "mobx"
import { observer } from "mobx-react"
import { GRAPHER_FONT_SCALE_11_2 } from "../core/GrapherConstants"
import {
GRAPHER_FONT_SCALE_11_2,
BASE_FONT_SIZE,
} from "../core/GrapherConstants"
import { Color } from "@ourworldindata/types"

export interface VerticalColorLegendManager {
Expand Down

0 comments on commit 0ee6c51

Please sign in to comment.