-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(spindle-tokens): add 3rd party colors #98
Conversation
ありがとうございます!結論からいうと・・どちらも追加お願いしたいです! また、将来的(いつなの?)に自動化を考えてまして、命名以下PRを踏襲いただけるとありがたいでっす! |
おお、自動化楽しみです。では足りていない変数を追加します。 |
--color-third-party-youtube-red: var(--youtube-red); | ||
--color-third-party-amazon-yellow: var(--amazon-yellow); | ||
--color-third-party-amazon-black: var(--amazon-black); | ||
--color-third-party-rakuten-red: var(--rakuten-red); |
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.
ここは Figma の定義だと Rakuten
になってそうですね 🤔
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.
おや、色名がつくのだと思ってました。修正します。
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.
figmaにあるThird Partyの色見本表(?)へのリンクを以前渡されたのですが、そこでは上にRakutenと書いてあり下に薄い字でRakuten Redとあるんですが上に書いてある方が変数名になるということですかね?
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.
おそらく上がテーマカラーで下がプリミティブカラーなのですが、Figmaのファイルに見た目として表示されているTextとFigma内にデータとして登録されているstringが違うことあるんですよね・・なので確認してみます。
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.
協議の結果 (?) light/dark テーマ対応で、diffが結構変わりました 😅
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.
これらも入れてみました。
--color-third-party-amazon-yellow: var(--amazon-yellow); | ||
--color-third-party-amazon-black: var(--amazon-black); | ||
--color-third-party-rakuten-red: var(--rakuten-red); | ||
--color-third-party-yahoo-red: var(--yahoo-red); |
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.
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.
arigatougozaimasu
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.
サードパーティカラーを追加しました。
--color-third-party-
のプレフィックスがついた変数は追加しなかったのですがこちらのプレフィックスがついた変数がすべて存在するわけではないことにはどういった理由があるんでしょうか。