Compare commits
2 Commits
333c3061af
...
4420acad14
| Author | SHA1 | Date |
|---|---|---|
|
|
4420acad14 | |
|
|
ba22eb2e5f |
|
|
@ -286,7 +286,7 @@ function App() {
|
||||||
<>
|
<>
|
||||||
<div className="page-header">
|
<div className="page-header">
|
||||||
<h1 className="page-title">
|
<h1 className="page-title">
|
||||||
Overview
|
Qubit Services
|
||||||
</h1>
|
</h1>
|
||||||
<Breadcrumbs
|
<Breadcrumbs
|
||||||
aria-label="breadcrumb"
|
aria-label="breadcrumb"
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ const generateCustomStyles = () => {
|
||||||
z-index: 5 !important;
|
z-index: 5 !important;
|
||||||
background: white !important;
|
background: white !important;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
|
box-shadow: 0 4px 8px rgba(249, 242, 242, 0.94) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Edge styling for left-to-right data flow */
|
/* Edge styling for left-to-right data flow */
|
||||||
|
|
@ -131,7 +131,6 @@ const generateCustomStyles = () => {
|
||||||
// Import icons from react-icons
|
// Import icons from react-icons
|
||||||
import { FaTable, FaArrowRight, FaExchangeAlt, FaFilter, FaCode, FaSync, FaCalculator, FaChartLine, FaEdit, FaTrash, FaChevronDown } from 'react-icons/fa';
|
import { FaTable, FaArrowRight, FaExchangeAlt, FaFilter, FaCode, FaSync, FaCalculator, FaChartLine, FaEdit, FaTrash, FaChevronDown } from 'react-icons/fa';
|
||||||
import { BiSolidData, BiTransfer } from 'react-icons/bi';
|
import { BiSolidData, BiTransfer } from 'react-icons/bi';
|
||||||
import { AiFillFolder } from 'react-icons/ai';
|
|
||||||
import { TbTransform } from 'react-icons/tb';
|
import { TbTransform } from 'react-icons/tb';
|
||||||
import { CustomDatabaseIcon, CustomDocumentIcon, CustomDimensionIcon, CustomProcessIcon, CustomSchemaIcon } from './CustomIcons';
|
import { CustomDatabaseIcon, CustomDocumentIcon, CustomDimensionIcon, CustomProcessIcon, CustomSchemaIcon } from './CustomIcons';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1794,7 +1794,7 @@ const ERDiagramCanvasContent = () => {
|
||||||
>
|
>
|
||||||
<Controls
|
<Controls
|
||||||
style={{
|
style={{
|
||||||
background: 'rgba(26, 26, 26, 0.8)',
|
background: 'rgba(255, 255, 255, 0.8)',
|
||||||
border: '1px solid rgba(138, 43, 226, 0.3)',
|
border: '1px solid rgba(138, 43, 226, 0.3)',
|
||||||
borderRadius: '8px'
|
borderRadius: '8px'
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue