Skip to content

Conversation

@leifa5
Copy link

@leifa5 leifa5 commented Mar 10, 2022

Guide

This "Help" section can be deleted before submitting this pull request.

Update the name of this pull request to reflect the following shape:

{type}/{scope?}/{message}
  • type - A conventional commit type REQUIRED
  • scope - The kabab-case scope of the changes in this request
  • message - A short, kebab-case statement describing the changes REQUIRED

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.

"normal": "@color-white-alpha-70"
},
"audiodump": {
"primary": {
Copy link
Collaborator

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": {
Copy link
Collaborator

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"
},
Copy link
Collaborator

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.

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