-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
DEV: frontendcommunity-contribution-in-progressgood first issueSelf-contained, straightforward, low-complexitySelf-contained, straightforward, low-complexityhelp wantedOpen source contributors welcomeOpen source contributors welcome
Description
🙂 Looking for an issue? Welcome! This issue is open for contribution. If this is the first time you’re requesting an issue, please:
- Read Contributing guidelines carefully. Pay extra attention to Using generative AI. Pull requests and comments that don’t follow the guidelines won’t be answered.
- Confirm that you’ve read the guidelines in your comment.
Sub-issue of #5060.
Complexity: Low
Summary
On 'Request more space' form in Settings > Storage, there are several hardcoded colors used, for example:
studio/contentcuration/contentcuration/frontend/settings/pages/Storage/RequestForm.vue
Line 93 in efb74db
style="color: red" |

or
studio/contentcuration/contentcuration/frontend/settings/pages/Storage/RequestForm.vue
Line 190 in efb74db
<label :style="{ color: orgSelected ? 'black' : 'gray' }"> |
and possibly more places.
Search for all hardcoded colors in Storage/RequestForm and replace them with the most appropriate KDS tokens or palette.
How to get there
- Login as
[email protected]
with passworda
- Go to Settings > Storage
- In 'Request more space' section, click 'Open form' button
Guidance
- Read the project this issue is part of
- See Colors > Usage on how to use design system colors from code.
Out of Scope
- Do not refactor any other areas of the codebase
Expected UI/UX changes
- Minor visual differences naturally stemming from the use of KDS
- May be very slightly different shades of some colors
Acceptance criteria
- The specification above is followed.
- Except for "Expected UI/UX changes," there are no functional or visual differences in user experience.
- All user interactions are manually tested with no regressions.
- Pull request includes screenshots.
Metadata
Metadata
Assignees
Labels
DEV: frontendcommunity-contribution-in-progressgood first issueSelf-contained, straightforward, low-complexitySelf-contained, straightforward, low-complexityhelp wantedOpen source contributors welcomeOpen source contributors welcome