Merge pull request #93 from Dhravya/editor

done!
This commit is contained in:
CodeTorso 2024-07-01 07:12:29 +05:30 committed by GitHub
commit 87d85e29de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View file

@ -1,22 +1,22 @@
.tl-background {
background: #181E23 !important;
background: #1F2428 !important;
}
.tlui-style-panel.tlui-style-panel__wrapper, .tlui-navigation-panel::before ,.tlui-menu-zone, .tlui-toolbar__tools, .tlui-popover__content, .tlui-menu, .tlui-button__help, .tlui-help-menu, .tlui-dialog__content {
background: #2C3439 !important;
border-top: #2C3439 !important;
border-right: #2C3439 !important;
border-bottom: #2C3439 !important;
border-left: #2C3439 !important;
background: #2C3840 !important;
border-top: #2C3840 !important;
border-right: #2C3840 !important;
border-bottom: #2C3840 !important;
border-left: #2C3840 !important;
}
.tlui-navigation-panel::before {
border-top: #2C3439 !important;
border-right: #2C3439 !important;
border-top: #2C3840 !important;
border-right: #2C3840 !important;
}
.tlui-minimap {
background: #2C3439 !important;
background: #2C3840 !important;
}
.tlui-minimap__canvas {

View file

@ -25,7 +25,7 @@ export class textCardUtil extends BaseBoxShapeUtil<ITextCardShape> {
height: s.props.h,
width: s.props.w,
pointerEvents: "all",
background: "#2d333a",
background: "#2E3C4C",
borderRadius: "16px",
border: "2px solid #3e4449",
padding: "8px 14px",