File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11---
22import " @/assets/styles/canvas.css" ;
3- import BackButton from " ./ui/backButton.astro" ;
43---
54
65<div class =" canvas-generator" >
7- <div class =" back-button-container" >
8- <BackButton />
9- </div >
106 <main class =" controls" >
117 <div class =" input-area" >
128 <!-- New Parent Container for alignment -->
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const pageMeta = {
181181 <input
182182 type =" color"
183183 id =" textColor"
184- value =" #000000 "
184+ value =" #ffffff "
185185 class =" metallic-input color-input"
186186 aria-label =" Text Color Picker"
187187 />
Original file line number Diff line number Diff line change 22import BaseLayout from " @/layouts/Base" ;
33import CanvasGenerator from " @/components/canvasDialogue.astro" ;
44import Help from " @/components/Help.astro" ;
5+ import BackButton from " @/components/ui/backButton.astro" ;
56
67const meta = {
78 title: " Canvas Image Generator" ,
@@ -10,6 +11,7 @@ const meta = {
1011---
1112
1213<BaseLayout {meta }>
14+ <BackButton />
1315 <Fragment slot =" header-right" >
1416 <Help
1517 title =" Canvas Image Generator"
You can’t perform that action at this time.
0 commit comments