chore: update @ciphera-net/ui dependency to version 0.0.56 in package.json and package-lock.json; adjust color variables in ResponseTimeChart and DESIGN_SYSTEM.md for consistency

This commit is contained in:
Usman Baig
2026-02-17 20:36:58 +01:00
parent 462ce622e3
commit ada99c2ba9
4 changed files with 11 additions and 11 deletions

View File

@@ -285,7 +285,7 @@ Glass card effect with backdrop blur (premium feel):
Orange gradient for emphasized text:
```css
.gradient-text {
@apply bg-gradient-to-r from-brand-orange to-[#E54E00] bg-clip-text text-transparent;
@apply bg-gradient-to-r from-brand-orange to-brand-orange-hover bg-clip-text text-transparent;
}
```