feat: update compute code tabs color scheme from indigo to cyan

This commit is contained in:
2025-11-07 16:54:47 +01:00
parent 6f4f451144
commit cd3ce54a40

View File

@@ -64,11 +64,11 @@ export function ComputeCodeTabs() {
return ( return (
<div className="sm:px-6 lg:px-0"> <div className="sm:px-6 lg:px-0">
<div className="relative isolate overflow-hidden bg-indigo-500 px-6 pt-8 sm:mx-auto sm:max-w-2xl sm:rounded-3xl sm:pt-16 sm:pr-0 sm:pl-16 lg:mx-0 lg:max-w-none"> <div className="relative isolate overflow-hidden bg-cyan-600 px-6 pt-8 sm:mx-auto sm:max-w-2xl sm:rounded-3xl sm:pt-16 sm:pr-0 sm:pl-16 lg:mx-0 lg:max-w-none">
<div <div
aria-hidden="true" aria-hidden="true"
className="absolute -inset-y-px -left-3 -z-10 w-full origin-bottom-left skew-x-[-30deg] bg-indigo-100 opacity-20 ring-1 ring-white ring-inset" className="absolute -inset-y-px -left-3 -z-10 w-full origin-bottom-left skew-x-[-30deg] bg-cyan-500 opacity-20 ring-1 ring-white ring-inset"
/> />
<div className="mx-auto max-w-2xl sm:mx-0 sm:max-w-none"> <div className="mx-auto max-w-2xl sm:mx-0 sm:max-w-none">