CustomCodeEditor icon indicating copy to clipboard operation
CustomCodeEditor copied to clipboard

Added toggle button

Open kk7188048 opened this issue 5 months ago • 4 comments

Description

This PR implements a light/dark mode toggle feature as described in issue #95. The toggle allows users to switch between Light Mode and Dark Mode across the editor application, and the theme choice is saved in localStorage to persist across sessions.

Changes Made

  • Added light and dark mode CSS styles.
  • Implemented a toggle button to switch between modes.

kk7188048 avatar Sep 16 '24 09:09 kk7188048