Skip to content

Commit

Permalink
Update top-languages-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-M-G authored Dec 12, 2024
1 parent 5fdf20e commit e112b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cards/top-languages-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ import { langCardLocales } from "../translations.js";

const DEFAULT_CARD_WIDTH = 300;
const MIN_CARD_WIDTH = 280;
const DEFAULT_LANG_COLOR = "#858585";
const DEFAULT_LANG_COLOR = "#ffffff";
const CARD_PADDING = 25;
const COMPACT_LAYOUT_BASE_HEIGHT = 90;
const MAXIMUM_LANGS_COUNT = 20;

const NORMAL_LAYOUT_DEFAULT_LANGS_COUNT = 5;
const COMPACT_LAYOUT_DEFAULT_LANGS_COUNT = 6;
const DONUT_LAYOUT_DEFAULT_LANGS_COUNT = 5;
const DONUT_LAYOUT_DEFAULT_LANGS_COUNT = 3;
const PIE_LAYOUT_DEFAULT_LANGS_COUNT = 6;
const DONUT_VERTICAL_LAYOUT_DEFAULT_LANGS_COUNT = 6;

Expand Down

0 comments on commit e112b1d

Please sign in to comment.