Skip to content

Commit 8e2254c

Browse files
Merge pull request #1247 from topcoder-platform/PM-2165-2167
PM - 2165, 2167
2 parents 3a17f40 + 7899b5d commit 8e2254c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

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

src/apps/copilots/src/pages/copilot-requests/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ const CopilotRequestsPage: FC = () => {
216216
type: 'text',
217217
},
218218
{
219-
defaultSortDirection: 'desc',
220219
isDefaultSort: true,
221220
label: 'Created At',
222221
propertyName: 'createdAt',

0 commit comments

Comments
 (0)