Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove wrong style and unused styles (#364)
## Changes - Remove styles that affect the client's code. - Remove unused styles. ticket: [] ## Additional Notes - Since we are not using [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM), all written styles will affect the client's code. Therefore, until Shadow DOM is introduced, do not write styles in a general manner. (Example: `#root { ... }`, `input { ... }`) ## Checklist Before requesting a code review, please check the following: - [x] **[Required]** CI has passed all checks. - [x] **[Required]** A self-review has been conducted to ensure there are no minor mistakes. - [x] **[Required]** Unnecessary comments/debugging code have been removed. - [x] **[Required]** All requirements specified in the ticket have been accurately implemented. - [ ] Ensure the ticket has been updated with the sprint, status, and story points.
- Loading branch information