-
Notifications
You must be signed in to change notification settings - Fork 0
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設定 #9
Theme設定 #9
Conversation
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.
コメントしました〜
lib/constants/app_colors.dart
Outdated
static const Color gray1 = Color(0xFF222222); | ||
static const Color gray2 = Color(0xFF353535); | ||
static const Color gray3 = Color(0xFF828282); | ||
static const Color gray4 = Color(0xFFDBDBDB); |
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.
ありがとー
全部僕の見間違いというかケアレスミスだから全部修正するね
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.
カラーコード修正しました
a91b431
lib/constants/app_colors.dart
Outdated
static const Color gray2 = Color(0xFF353535); | ||
static const Color gray3 = Color(0xFF828282); | ||
static const Color gray4 = Color(0xFFDBDBDB); | ||
static const Color gray5 = Color(0xFFE6E4E7); |
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.
これも僕の見間違い
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.
これも修正
a91b431
lib/constants/app_colors.dart
Outdated
static const Color gray6 = Color(0xFFF2F2F2); | ||
|
||
static const Color gray1A80 = Color(0xCC222222); | ||
static const Color gray5A80 = Color(0xCCE6E4E7); |
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.
これも僕の見間違い
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.
これも修正
a91b431
LGTM! |
概要
現段階のFigmaを参考に、
main.dart
でThemeの設定を行いましたUI(DebugPage)
UI(DebugTextThemePage)