Commit 2a23dc8
committed
Enhance selected row styling in board rendering
This commit introduces a new style for the selected row in the `render_column` function of `board.rs`. The selected row now features a distinct background color (RGB 255, 165, 0) and bold text, improving visual clarity and user experience when navigating the task list.1 parent 643c0c2 commit 2a23dc8
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| |||
196 | 201 | | |
197 | 202 | | |
198 | 203 | | |
199 | | - | |
| 204 | + | |
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
| |||
0 commit comments