Skip to content

Commit cc943df

Browse files
authored
small ui fixes (#490)
1 parent fd9f45c commit cc943df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

opensaas-sh/app_diff/src/landing-page/components/Hero/Hero.tsx.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
+ <div className='relative pt-32 w-full'>
1717
+ <TopGradient />
1818
+ <BottomGradient />
19-
+ <div className='flex flex-col lg:flex-row max-w-7xl mx-auto'>
19+
+ <div className='flex flex-col lg:flex-row max-w-7xl mx-auto overflow-x-hidden'>
2020
+ <div className='py-24 sm:py-32'>
2121
+ <div className='max-w-8xl px-6 lg:px-8'>
2222
+ <div className='lg:mb-18 mx-auto max-w-3xl text-center md:text-left'>

opensaas-sh/app_diff/src/landing-page/contentSections.tsx.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
+ {
116116
+ name: 'Jonathan Cocharan',
117117
+ role: 'Entrepreneur',
118-
+ avatarSrc: 'https://pbs.twimg.com/profile_images/1910056203863883776/jtfVWaEG_400x400.jpg',
118+
+ avatarSrc: 'https://pbs.twimg.com/profile_images/1950172296376639488/sZ0JIqfR_400x400.jpg',
119119
+ socialUrl: 'https://twitter.com/JonathanCochran',
120120
+ quote:
121121
+ 'In just 6 nights... my SaaS app is live 🎉! Huge thanks to the amazing @wasplang community 🙌 for their guidance along the way. These tools are incredibly efficient 🤯!',

template/app/src/client/Main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
--muted-foreground: 0 0% 63.9%;
159159
--accent: 31 57% 93%;
160160
--accent-foreground: 210 100% 13%;
161-
--destructive: 0 62.8% 30.6%;
161+
--destructive: 0 62.8% 63%;
162162
--destructive-foreground: 0 0% 98%;
163163
--success: 141 71% 48%;
164164
--success-foreground: 0 0% 98%;

template/app/src/demo-ai-app/DemoAppPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function Schedule({ schedule }: { schedule: GeneratedSchedule }) {
336336

337337
function TaskCard({ task, taskItems }: { task: ScheduleTask; taskItems: TaskItem[] }) {
338338
const taskPriorityToColorMap: Record<TaskPriority, string> = {
339-
high: 'bg-destructive/20 border-destructive/40 text-red-500',
339+
high: 'bg-destructive/10 border-destructive/20 text-red-500',
340340
medium: 'bg-warning/10 border-warning/20 text-warning',
341341
low: 'bg-success/10 border-success/20 text-success',
342342
};

0 commit comments

Comments
 (0)