File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export const styles = () => ({
8484 lightShowTableUnderHeadingText : "#374151" ,
8585 lightShowTablesBodyBackground : "alias:lightForm" ,
8686 lightShowTableBodyText : "#6B7280" ,
87- lightShowTableBodyBorder : "#F3F4F6 " ,
87+ lightShowTableBodyBorder : "#E5E7EB " ,
8888
8989
9090 /* Show View buttons*/
Original file line number Diff line number Diff line change 11<template >
2- <div class =" rounded-lg shadow-resourseFormShadow dark:shadow-darkResourseFormShadow dark:shadow-2xl" >
2+ <div class =" rounded-lg shadow-resourseFormShadow dark:shadow-darkResourseFormShadow dark:shadow-2xl border dark:border-darkFormBorder " >
33 <div v-if =" group.groupName && !group.noTitle" class =" text-md font-semibold px-6 py-3 flex flex-1 items-center dark:border-darkFormBorder text-lightListTableHeadingText bg-lightFormHeading dark:bg-darkFormHeading dark:text-darkListTableHeadingText rounded-t-lg" >
44 {{ group.groupName }}
55 </div >
Original file line number Diff line number Diff line change 11<template >
2- <div class =" overflow-x-auto shadow-resourseFormShadow dark:shadow-darkResourseFormShadow"
2+ <div class =" overflow-x-auto shadow-resourseFormShadow dark:shadow-darkResourseFormShadow border dark:border-gray-700 "
33 :class =" {'rounded-default' : isRounded}"
44 >
55 <div v-if =" groupName && !noTitle" class =" text-md font-semibold px-6 py-3 flex flex-1 items-center text-lightShowTableHeadingText bg-lightShowTableHeadingBackground dark:bg-darkShowTableHeadingBackground dark:text-darkShowTableHeadingText rounded-t-lg" >
You can’t perform that action at this time.
0 commit comments