Commit 719a06e
style(meetings): enhance login button visibility with brand colors
Update the meeting join page login button to use LFX brand blue colors
instead of gray for better visibility and prominence when users are not
authenticated. Changes include:
- Apply bg-brand-500 (primary LFX blue) background
- Add hover:bg-brand-600 for darker blue on hover
- Use white text for high contrast
- Increase padding from px-2 py-1 to px-3 py-2
- Add font-medium weight and shadow-sm for visual emphasis
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>1 parent 455ea7f commit 719a06e
File tree
1 file changed
+7
-6
lines changed- apps/lfx-one/src/app/modules/meeting/meeting-join
1 file changed
+7
-6
lines changedLines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
0 commit comments