Skip to content

Commit 0d2b0e3

Browse files
committed
feat: dark style
1 parent cb370d7 commit 0d2b0e3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

libs/component-angular/property/calculation/calculation-editor/calculation-editor.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ngm-theme-dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group">
1+
<div class="ngm-theme-dark dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group">
22
<div class="w-full flex justify-start items-center mb-2" cdkDrag cdkDragRootElement=".cdk-overlay-pane" cdkDragHandle>
33
<mat-icon displayDensity="cosy" class="-ml-2 opacity-0 group-hover:opacity-80">drag_indicator</mat-icon>
44
<span class="text-lg pointer-events-none">

libs/component-angular/property/property-select/property-select.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
(click)="$event.stopPropagation();$event.preventDefault();">
7272
<button mat-button color="primary" ngmAppearance="dashed" class="ngm-property-select__create-calculation w-full"
7373
(click)="$event.stopPropagation();onCreateCalculation($event)">
74-
<div class="flex justify-center items-center">
74+
<div class="flex justify-center items-center whitespace-nowrap text-ellipsis overflow-hidden">
7575
<mat-icon>add</mat-icon>
76-
{{ 'COMPONENTS.PROPERTY.CREATE_CALCULATION' | translate: {Default: 'Create Calculation'} }}
76+
<span>{{ 'COMPONENTS.PROPERTY.CREATE_CALCULATION' | translate: {Default: 'Create Calculation'} }}</span>
7777
</div>
7878
</button>
7979
</mat-option>

libs/story-angular/src/lib/settings/parameters/parameters.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ngm-theme-dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group">
1+
<div class="ngm-theme-dark dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group">
22
<div class="w-full flex justify-start items-center my-2" cdkDrag cdkDragRootElement=".cdk-overlay-pane" cdkDragHandle>
33
<mat-icon displayDensity="cosy" class="-ml-2 opacity-0 group-hover:opacity-80">drag_indicator</mat-icon>
44
<span class="text-lg pointer-events-none">

libs/story-angular/src/lib/settings/preferences/preferences.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ngm-theme-dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group">
1+
<div class="ngm-theme-dark dark w-[300px] shrink-0 flex flex-col justify-start overflow-auto bg-bluegray-700 text-white p-4 group">
22
<div class="w-full flex justify-start items-center my-2" cdkDrag cdkDragRootElement=".cdk-overlay-pane" cdkDragHandle>
33
<mat-icon displayDensity="cosy" class="-ml-2 opacity-0 group-hover:opacity-80">drag_indicator</mat-icon>
44
<span class="text-lg pointer-events-none">

0 commit comments

Comments
 (0)