Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
PT Gizi Sehat - Dietela
Dietela Mobile
Commits
80a19fab
Commit
80a19fab
authored
Jun 23, 2021
by
Kefas Satrio Bangkit Solideantyo
Browse files
[REFACTOR] change green to primaryVariant
parent
8ce6e9eb
Pipeline
#82966
passed with stages
in 13 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/core/EmptyDataPage/index.tsx
View file @
80a19fab
...
...
@@ -12,7 +12,7 @@ interface Props {
const
EmptyDataPage
:
FC
<
Props
>
=
({
text
})
=>
(
<
View
style
=
{
styles
.
center
}
>
<
Icon
name
=
"smile"
type
=
"feather"
size
=
{
75
}
color
=
{
colors
.
green
}
/>
<
Icon
name
=
"smile"
type
=
"feather"
size
=
{
75
}
color
=
{
colors
.
primaryVariant
}
/>
<
Text
style
=
{
styles
.
noRecomText
}
>
{
text
}
</
Text
>
</
View
>
);
...
...
src/styles/colors.ts
View file @
80a19fab
...
...
@@ -10,7 +10,6 @@ export const colors = {
border
:
'
#E0E0E0
'
,
buttonYellow
:
'
#E6AF05
'
,
lightYellow
:
'
#FDF1CD
'
,
green
:
'
#4ee44e
'
,
warning
:
'
#FF9A3E
'
,
danger
:
'
#F44771
'
,
textBlack
:
'
#000000
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment