push-protocol / push-dapp

The Push Protocol Dapp
https://app.push.org
Other
42 stars 36 forks source link

DAPP-1552-blocks/Separator #1603

Closed kalashshah closed 1 month ago

kalashshah commented 1 month ago

Pull Request Template

Ticket Number

Description

Type of Change

Checklist

Frontend Guidelines

Build & Testing

Screenshots/Video with Explanation

Screenshot 2024-06-04 at 5 29 22 PM

Additional Context

Review & Approvals

Notes

github-actions[bot] commented 1 month ago

In the code provided, I did not find any mistakes or typos. The logic seems to be well implemented.

All looks good.

github-actions[bot] commented 1 month ago

PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-06-07 08:30 UTC

github-actions[bot] commented 1 month ago

All looks good.

github-actions[bot] commented 1 month ago

Other than these issues, the code looks good.

So, the corrected part of the code is:

export type SpaceType = 's${number}';
import { blocksColors } from 'correct-source-path/Blocks.colors';

// Non-responsive props
background-color: ${blocksColors.lightGray};

All looks good.