Browse Source

fix: bg color

pull/9959/head
DarkPhoenix2704 6 days ago
parent
commit
712a91c71f
  1. 4
      packages/nc-gui/components/dlg/Record/DeleteAll.vue

4
packages/nc-gui/components/dlg/Record/DeleteAll.vue

@ -37,8 +37,8 @@ const close = () => {
<div class="mb-2 nc-content-gray">Are you sure you want to delete all {{ rows }} records present in this view?</div> <div class="mb-2 nc-content-gray">Are you sure you want to delete all {{ rows }} records present in this view?</div>
</div> </div>
<div class="bg-nc-bg-red-light p-4 border-1 flex items-center gap-4 w-full border-nc-gray-medium rounded-lg"> <div class="bg-nc-bg-gray-light p-4 border-1 flex items-center gap-4 w-full border-nc-gray-medium rounded-lg">
<div class="leading-5 font-semibold text-nc-content-gray">This action cannot be undone.</div> <div class="leading-5 text-nc-content-gray">This action cannot be undone.</div>
</div> </div>
<div class="flex flex-row mt-5 justify-end gap-x-2"> <div class="flex flex-row mt-5 justify-end gap-x-2">

Loading…
Cancel
Save