mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-06 17:31:41 +00:00
Fix: Add background color and border to ConsolidationConflictModal
This commit is contained in:
parent
86b036cb7c
commit
38d43c0163
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<modals-modal v-model="show" name="consolidation-conflict" :width="500" :processing="processing">
|
<modals-modal v-model="show" name="consolidation-conflict" :width="500" :processing="processing">
|
||||||
<div class="px-6 py-6 font-sans">
|
<div class="px-6 py-6 font-sans bg-bg shadow-lg border border-black-300 rounded-lg">
|
||||||
<div class="flex items-center mb-4">
|
<div class="flex items-center mb-4">
|
||||||
<span class="material-symbols text-yellow-500 text-3xl mr-3 font-bold">warning</span>
|
<span class="material-symbols text-yellow-500 text-3xl mr-3 font-bold">warning</span>
|
||||||
<h2 class="text-xl font-semibold text-white">Consolidation Conflict</h2>
|
<h2 class="text-xl font-semibold text-white">Consolidation Conflict</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue