From: Tstassin Date: Fri, 2 Oct 2020 09:12:50 +0000 (+0200) Subject: Typo in "findDarkColor()" function name X-Git-Tag: 0.9.2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1e4513fbaac9af5a82dccaa58c3f394a882540;p=thirdparty%2Fbulma.git Typo in "findDarkColor()" function name --- diff --git a/docs/_posts/2019-10-15-light-dark-colors.md b/docs/_posts/2019-10-15-light-dark-colors.md index 79deec6f1..530fdf72f 100644 --- a/docs/_posts/2019-10-15-light-dark-colors.md +++ b/docs/_posts/2019-10-15-light-dark-colors.md @@ -23,7 +23,7 @@ More in the [Changelog](https://github.com/jgthms/bulma/releases/tag/0.8.0). Each main color (`"primary"`, `"info"`, `"success"`, `"warning"`, `"danger"`) now comes with a `*-light` and a `*-dark` version. They are calculated using 2 new color functions: * `findLightColor()` which finds the light version of a color -* `findDarkolor()` which finds the dark version of a color +* `findDarkColor()` which finds the dark version of a color The **light** colors are used by the `button` element: