mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
Refactor onboarding steps and update styles for improved user engagement
- Adjusted button styles and text in the FeaturesStep and PrivacyStep components to enhance clarity and user experience. - Updated titles and descriptions across onboarding steps to better communicate the features and privacy measures of AlphaHuman. - Modified button text to create a more engaging call-to-action for users. These changes aim to streamline the onboarding process, making it more intuitive and appealing while emphasizing the application's key features and privacy commitments.
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@
|
||||
@layer components {
|
||||
/* Button variants for consistent interaction design */
|
||||
.btn-primary {
|
||||
@apply bg-primary-500 hover:bg-primary-600 active:bg-primary-700;
|
||||
@apply bg-primary-600 hover:bg-primary-500 active:bg-primary-700;
|
||||
@apply text-white font-medium;
|
||||
@apply px-4 py-2 rounded-lg;
|
||||
@apply transition-all duration-200 ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user