Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc127d65

Browse files
Fix colour picker preview page not displaying correctly (#2321)
Co-authored-by: codecalm <codecalm@gmail.com>Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
1 parentf15d2b9 commitc127d65

File tree

7 files changed

+121
-62
lines changed

7 files changed

+121
-62
lines changed

‎.changeset/dry-mails-fix.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tabler/core":patch
3+
---
4+
5+
Fix colour picker preview page not displaying correctly

‎preview/pages/illustrations.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ <h3 class="h1">Tabler Illustrations</h3>
142142

143143
{% capture_script %}
144144
<script>
145-
letskinColor="{{ skin_color[1].hex }}",
146-
primaryColor="{{ color[1].hex }}";
145+
letskinColor="var({{ skin_color[1].prop }})",
146+
primaryColor="var({{ color[1].prop }})";
147147

148148
constillustrations={
149149
{%forillustrationinfree-illustrations.autodark%}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp