Skip to content

Commit 7ef1d05

Browse files
committed
fix export and css
1 parent 5ef27c5 commit 7ef1d05

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/apps/admin/src/lib/models/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ export * from './TableRolesFilter.type'
5050
export * from './AdminAppContextType.type'
5151
export * from './IsRemoving.type'
5252
export * from './CommonRequestBusAPI.type'
53+
export * from './PaginatedResponseV6.model'

src/apps/copilots/src/pages/copilot-request-form/styles.module.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,4 @@ $gradient: linear-gradient(
101101
.datepicker input{
102102
color: black;
103103
}
104-
105-
:global(.btn-style-secondary) {
106-
--btn-secondary-border-width: 2px;
107-
}
108104
}

src/libs/ui/lib/components/button/base-button/BaseButton.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ $btn-secondary-border-width: $border;
154154
}
155155

156156
.btn:global(.btn-style-secondary) {
157-
--btn-secondary-border-width: $btn-secondary-border-width;
157+
--btn-secondary-border-width: #{$btn-secondary-border-width};
158158

159159
box-shadow: inset 0 0 0 var(--btn-secondary-border-width) var(--btn-variant);
160160
color: var(--btn-variant);

0 commit comments

Comments
 (0)