Skip to content
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

translate colors.md #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

translate colors.md #35

wants to merge 1 commit into from

Conversation

YutamaKotaro
Copy link
Member

こちらもお願いします!

@takahi5 takahi5 self-requested a review May 30, 2021 03:15
Copy link

@takahi5 takahi5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1点、漢字のミスがありました。ご確認お願いします:pray:

@@ -3,23 +3,23 @@ id: colors
title: Color Reference
---

Components in React Native are [styled using JavaScript](style). Color properties usually match how [CSS works on the web](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value). General guides on the color usage on each platform could be found below:
React Native のコンポーネントは[styled using JavaScript](style)です。color プロパティは、[CSS works on the web](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) と通常一致します。各プラットフォームにおける color の司法用については以下の通りです。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

司法用 → 使用法
のようです!

@@ -30,32 +30,32 @@ React Native supports `rgb()` and `rgba()` in both hexadecimal and functional no

### Hue Saturation Lightness (HSL)

React Native supports `hsl()` and `hsla()` in functional notation:
React Native は関数表記において `hsl()` `hsla()` をサポートしています。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

へぇ、こういう指定方法もあるんですね。勉強になります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants