Skip to content

Commit

Permalink
Merge pull request #1483 from vektor-inc/fix/list/custom-color-palette
Browse files Browse the repository at this point in the history
リストブロックWP6.1用のカスタムカラー変数に変更
  • Loading branch information
mthaichi authored Nov 14, 2022
2 parents cfa1806 + 0d2151d commit a3ec195
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ e.g.

== Changelog ==

[ Bug Fix ][ List ] Fixed a bug that the color of the list icon was not reflected on the edit screen
[ Other ] Update the required WordPress version
[ Add Function ][ Custom CSS (Pro) ] Add custom css extension in inspector controls.
[ Specification Change ][ Grid Column (Pro) ] Changed margin setting from 1 to 0.1 separator.
Expand Down
16 changes: 8 additions & 8 deletions src/utils/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ $colorPalette: (
vk-has-cyan-bluish-gray-color: #abb8c3,
vk-has-very-dark-gray-color: #313131,
vk-has-white-color: #ffffff,
vk-has-vk-color-primary-color: var(--vk-color-primary),
vk-has-vk-color-primary-dark-color: var(--vk-color-primary-dark),
vk-has-vk-color-primary-vivid-color: var(--vk-color-primary-vivid),
vk-has-vk-color-custom-1-color: var(--vk-color-custom-1),
vk-has-vk-color-custom-2-color: var(--vk-color-custom-2),
vk-has-vk-color-custom-3-color: var(--vk-color-custom-3),
vk-has-vk-color-custom-4-color: var(--vk-color-custom-4),
vk-has-vk-color-custom-5-color: var(--vk-color-custom-5),
vk-has-vk-color-primary-color: var(--wp--preset--color--vk-color-primary),
vk-has-vk-color-primary-dark-color: var(--wp--preset--color--vk-color-primary-dark),
vk-has-vk-color-primary-vivid-color: var(--wp--preset--color--vk-color-primary-vivid),
vk-has-vk-color-custom-1-color: var(--wp--preset--color--vk-color-custom-1),
vk-has-vk-color-custom-2-color: var(--wp--preset--color--vk-color-custom-2),
vk-has-vk-color-custom-3-color: var(--wp--preset--color--vk-color-custom-3),
vk-has-vk-color-custom-4-color: var(--wp--preset--color--vk-color-custom-4),
vk-has-vk-color-custom-5-color: var(--wp--preset--color--vk-color-custom-5),
);

ul,
Expand Down

0 comments on commit a3ec195

Please sign in to comment.