Skip to content

Commit

Permalink
Merge pull request #1725 from milvus-io/preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
ThyeeZz authored Dec 12, 2024
2 parents 30a3492 + 46696db commit d324e36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/subscribe/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
}
}

.customScribeButton {
.customSubscribeButton {
.paragraph4();
padding: 9px 16px;
padding: 9px 28px;
border: none;
@media @phone {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/components/subscribe/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const SubscribeNewsletter = (props: {
onClick={handleSubmitInfo}
size="large"
classes={{
root: classes.customScribeButton,
root: classes.customSubscribeButton,
}}
>
{btnTextMap[subscribeStatus]}
Expand Down
2 changes: 1 addition & 1 deletion src/parts/home/developSection/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.stacksList {
display: flex;
gap: 12px;
transition: transform 0.2s linear;
transition: transform linear 0.4s;

.stackItem {
flex: 0 0 382px;
Expand Down

0 comments on commit d324e36

Please sign in to comment.