File tree Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,9 @@ defineProps({
33
33
>
34
34
<template #content >
35
35
<div class =" text-center md:text-left" >
36
- <span class =" block text-6xl font-bold mb-1" >
37
- Laravel Inertia
38
- </span >
39
- <div class =" text-6xl text-primary font-bold mb-4" >
40
- & PrimeVue
41
- </div >
36
+ <span class =" block text-6xl font-bold text-red-500 dark:text-red-400 mb-1 " >Laravel,</span >
37
+ <div class =" text-6xl font-bold text-indigo-500 dark:text-indigo-400 mb-1" >Inertia.js,</div >
38
+ <div class =" text-6xl text-green-500 dark:text-green-400 text-emerald font-bold mb-4" >& PrimeVue</div >
42
39
<p class =" mt-0 mb-4 text-muted-color leading-normal" >
43
40
A starter kit using
44
41
<a
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ import { definePreset } from '@primevue/themes';
4
4
const customThemePreset = definePreset ( Preset , {
5
5
semantic : {
6
6
primary : {
7
- 50 : '{indigo .50}' ,
8
- 100 : '{indigo .100}' ,
9
- 200 : '{indigo .200}' ,
10
- 300 : '{indigo .300}' ,
11
- 400 : '{indigo .400}' ,
12
- 500 : '{indigo .500}' ,
13
- 600 : '{indigo .600}' ,
14
- 700 : '{indigo .700}' ,
15
- 800 : '{indigo .800}' ,
16
- 900 : '{indigo .900}' ,
17
- 950 : '{indigo .950}' ,
7
+ 50 : '{blue .50}' ,
8
+ 100 : '{blue .100}' ,
9
+ 200 : '{blue .200}' ,
10
+ 300 : '{blue .300}' ,
11
+ 400 : '{blue .400}' ,
12
+ 500 : '{blue .500}' ,
13
+ 600 : '{blue .600}' ,
14
+ 700 : '{blue .700}' ,
15
+ 800 : '{blue .800}' ,
16
+ 900 : '{blue .900}' ,
17
+ 950 : '{blue .950}' ,
18
18
} ,
19
19
colorScheme : {
20
20
light : {
You can’t perform that action at this time.
0 commit comments