-
i want to set default = center. not left. how can i do |
Beta Was this translation helpful? Give feedback.
Answered by
12joan
Jul 20, 2024
Replies: 1 comment
-
This should be resolved once #3384 is merged. In the meantime, you can specify your default align like this: const { align } = useMediaState({ align: 'center', ...element }) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
12joan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be resolved once #3384 is merged. In the meantime, you can specify your default align like this: