fix: Primevue css update to fix google font icon text-size done.
This commit is contained in:
@@ -30,7 +30,7 @@ export async function saveFilter(addFilterId) {
|
||||
fileName = value;
|
||||
},
|
||||
icon: 'info',
|
||||
iconHtml: '<span class="material-symbols-outlined text-[58px]">cloud_upload</span>',
|
||||
iconHtml: '<span class="material-symbols-outlined !text-[58px]">cloud_upload</span>',
|
||||
iconColor: '#0099FF',
|
||||
reverseButtons:true,
|
||||
confirmButtonColor: '#0099FF',
|
||||
@@ -114,7 +114,7 @@ export async function saveConformance(addConformanceCreateCheckId) {
|
||||
fileName = value;
|
||||
},
|
||||
icon: 'info',
|
||||
iconHtml: '<span class="material-symbols-outlined text-[58px]">cloud_upload</span>',
|
||||
iconHtml: '<span class="material-symbols-outlined !text-[58px]">cloud_upload</span>',
|
||||
iconColor: '#0099FF',
|
||||
reverseButtons:true,
|
||||
confirmButtonColor: '#0099FF',
|
||||
@@ -310,7 +310,7 @@ export async function renameModal(rename, type, id) {
|
||||
fileName = value;
|
||||
},
|
||||
icon: 'info',
|
||||
iconHtml: '<span class="material-symbols-outlined text-[58px]">edit_square</span>',
|
||||
iconHtml: '<span class="material-symbols-outlined !text-[58px]">edit_square</span>',
|
||||
iconColor: '#0099FF',
|
||||
reverseButtons: true,
|
||||
confirmButtonColor: '#0099FF',
|
||||
|
||||
Reference in New Issue
Block a user