-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme/token V2 demo の snapshot を更新 #683
Conversation
Visit the preview URL for this PR (updated for commit b62161a): https://pixiv-charcoal-web--pr683-chore-update-snapsho-3n8szadq.web.app (expires Wed, 01 Jan 2025 07:43:02 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 314b26d3adca98a761c7e4d9922ebb206ff024a0 |
Size Change: 0 B Total Size: 552 kB ℹ️ View Unchanged
|
7345ceb
to
2f2c0ed
Compare
2f2c0ed
to
b62161a
Compare
const image = await page.screenshot() | ||
const image = await page.screenshot({ | ||
animations: 'disabled', | ||
mask: [page.locator('img')], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
img 要素すべてを mask する
@@ -5,7 +5,7 @@ import TokenV2Styled from './TokenV2DemoStyled' | |||
import TokenV2Tailwind from './TokenV2DemoTailwind' | |||
|
|||
export default { | |||
title: 'theme/Toke v2 Demo', | |||
title: 'theme/Token v2 Demo', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo があったので直しました
やったこと
動作確認環境
チェックリスト
不要なチェック項目は消して構いません