diff options
Diffstat (limited to 'packages/website/ts/pages/instant/screenshots.tsx')
-rw-r--r-- | packages/website/ts/pages/instant/screenshots.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/pages/instant/screenshots.tsx b/packages/website/ts/pages/instant/screenshots.tsx index 672cdef59..4c87f1a19 100644 --- a/packages/website/ts/pages/instant/screenshots.tsx +++ b/packages/website/ts/pages/instant/screenshots.tsx @@ -4,7 +4,7 @@ import { Container } from 'ts/components/ui/container'; import { colors } from 'ts/style/colors'; export const Screenshots = () => ( - <Container backgroundColor={colors.instantBackground} className="py3 flex justify-center"> + <Container backgroundColor={colors.instantPrimaryBackground} className="py3 flex justify-center"> <img className="px1" width="300px" height="420px" src="images/instant/snt_screenshot.png" /> <img className="px1" width="300px" height="420px" src="images/instant/omg_screenshot.png" /> <img className="px1" width="300px" height="420px" src="images/instant/kitty_screenshot.png" /> |