Skip to content

[Code Bug]: Conflicting CSS properties Used Simultaneously in Remember.tsx #1549

@Adi-204

Description

@Adi-204

In the Remember.tsx component,

  1. Both font-medium and font-semibold classes are used together at one place, which is incorrect.
  2. Both mt-7 and mt-2 classes are used together at one place, which is incorrect.

These classes conflict with each other as they define different display properties. Using both causes issues and results in a runtime error.

Expected Behavior
Only one of the classes should be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions