Page MenuHomePhabricator

[cashtab-components] update storybook logo
ClosedPublic

Authored by bytesofman on Jul 5 2022, 22:40.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABCdc71c7aa79c1: [cashtab-components] update storybook logo
Summary

T2539

Update logo in storybook to match existing suite of Cashtab logos

package-lock.json is also impacted because npm_modules had to be deleted and reinstalled to clear previously cached image. See D11717, which isolates this change so that this diff will only change the logo.

Test Plan
rm -rf node_modules
npm i
npm run storybook

Observe new logo

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emack requested changes to this revision.EditedJul 8 2022, 14:11
emack added a subscriber: emack.

image.png (346×390 px, 40 KB)

The 'components' word should be in a darker color for contrast and the bolded 'npm' part more spread out. As it stands it's not legible.

This revision now requires changes to proceed.Jul 8 2022, 14:11

Increasing font size of components and npm per comments

This revision is now accepted and ready to land.Jul 9 2022, 01:07