Added voice work image fallback. Added tag/creator/circle chip components. Updated voice work search response to include favorite/blacklisted flags for tags/creators/circles.
Some checks failed
ci / build-test (push) Has been cancelled
ci / publish-image (push) Has been cancelled

This commit is contained in:
2026-02-22 01:56:04 -05:00
parent 9f30ef446a
commit 8348603b13
17 changed files with 521 additions and 23 deletions

View File

@@ -39,12 +39,17 @@
--input-background-color: rgb(0,20,34);
--input-focus-border-color: #64b5f6;
--input-focus-box-shadow: 0 0 0 1px #93cbf9;
/* RGB Tokens */
--rgb-mint: 167 243 208;
--rgb-green: 175 224 125;
--rgb-teal: 110 236 255;
/* Colors */
--color-primary: rgb(180,200, 214);
--color-secondary: rgb(200,220,234);
--color-black: #272727;
--color-yellow: #ffe073;
--color-green: #afe07d;
--color-mint: #a7f3d0;
--color-teal: #6eecff;
--color-blue: #73c4ff;
--color-orange: #ffa773;