-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add token for audio dump #166
base: master
Are you sure you want to change the base?
Conversation
@@ -203,6 +203,14 @@ | |||
"overlay": { | |||
"meetings": { | |||
"normal": "@color-white-alpha-70" | |||
}, | |||
"audiodump": { | |||
"primary": { |
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.
the theme-data colours should only be ones defined by ux. these have already been defined for example color-gray-10 is defined as "@theme-background-solid-secondary-normal" we should be using existing colours to build components from. We should not be adding to this file
} | ||
}, | ||
"audio-dump": { | ||
"#normal": { |
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.
audio dump is too specific in the popover component this should be added as secondary. Also this is already defined within modal which you could use
"audiodump": { | ||
"primary": { | ||
"normal": "@color-white-alpha-11" | ||
}, |
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.
most of the things needed by audiodump are already defined and i don't think needs to be added. Components should be general things that are used to build a feature.
Guide
This "Help" section can be deleted before submitting this pull request.
Update the name of this pull request to reflect the following shape:
Provide a general summary of the scope of the changes in this pull request.
Description
Add token for audio dump.
Links
Links to relevent resources.