Skip to content

Commit

Permalink
fix / ボタン : 応急措置 プライマリーカラーのボタンの背景色が抜けるので応急措置アップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Oct 21, 2021
1 parent 4375ce8 commit 1c62d4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/blocks/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ $vk-color-danger: #dc3545;
$vk-color-light:#f8f9fa;
$vk-color-dark:#343a40;

// プライマリーカラーのボタンの背景色が抜けるので応急措置アップデート
.has-vk-color-primary-background-color {
background-color:var(--vk-color-primary);
}

:root .vk_button,
:root .editor-styles-wrapper .vk_button{
& .has-vk-color-secondary-background-color {
Expand Down

0 comments on commit 1c62d4e

Please sign in to comment.