From 0506af740e2e814232a619223139214eb6af196f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 2 Mar 2023 09:43:41 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fe9788625..d53a7a0d3 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,13 @@ Other alternative is utilizing the components directly within the browser with t PrimeVue Demo - + - - + + @@ -124,7 +124,7 @@ Other alternative is utilizing the components directly within the browser with t The css dependencies are as follows, note that you may change the theme with another one of your choice. ```css -primevue/resources/themes/saga-blue/theme.css //theme +primevue/resources/themes/lara-light-blue/theme.css //theme primevue/resources/primevue.min.css //core css primeicons/primeicons.css //icons ``` @@ -132,7 +132,7 @@ primeicons/primeicons.css //icons If you are using a bundler such as webpack with a css loader you may also import them to your main application component. ```javascript -import 'primevue/resources/themes/lara-light-indigo/theme.css'; +import 'primevue/resources/themes/lara-light-blue/theme.css'; import 'primevue/resources/primevue.min.css'; import 'primeicons/primeicons.css'; ``` @@ -150,7 +150,7 @@ import { defineNuxtConfig } from 'nuxt3'; export default defineNuxtConfig({ css: [ - 'primevue/resources/themes/saga-blue/theme.css', + 'primevue/resources/themes/lara-light-blue/theme.css', 'primevue/resources/primevue.css', 'primeicons/primeicons.css' ]