-
Notifications
You must be signed in to change notification settings - Fork 10
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
Ahmed/dapi 715/chore resolve dashboard UI flow #128
Ahmed/dapi 715/chore resolve dashboard UI flow #128
Conversation
… ahmed/DAPI-715/chore--resolve-dashboard-ui-flow
… ahmed/DAPI-715/chore--resolve-dashboard-ui-flow
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -20,7 +20,7 @@ export default function ApiExplorerFeatures() { | |||
const has_info = Object.keys(request_info).length === 0; |
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.
Can we rename the folder Apiexplorer
to ApiExplorer
?
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.
@prince-deriv Yes, We can but this will add more file changes due to folder name changes which I think we shouldn't do that we can't do it later.
} | ||
|
||
.dropdown__link--active { | ||
color: var(--core-color-opacity-black-600, rgba(0, 0, 0, 0.72)) !important; | ||
color: var(--colors-coral500) !important; |
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.
--colors-coral500
is this a quill token variable?
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.
Yes
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.
then this is incorrect. We only have these coral tokens:
--core-color-solid-coral-500
--core-color-opacity-coral-500
d3b8f01
into
deriv-com:feature/new-dashboard--1
No description provided.