Ribir icon indicating copy to clipboard operation
Ribir copied to clipboard

Simplify `Label` Usage

Open M-Adoo opened this issue 11 months ago • 0 comments

Description:

Right now, we're using Label to show text that doesn't need to configure style. This might be making our code more complicated than it needs to be.

Suggestion:

Instead of using Label, we could just use a string directly. This is simpler and makes the code easier to read.

Impact:

This change would make our code cleaner and easier to read, which would make it easier for developers to work with.

M-Adoo avatar Mar 20 '24 01:03 M-Adoo