Hamzat Victor Oluwabori

Results 21 comments of Hamzat Victor Oluwabori

is there any workaround with radix UI only?

I'm currently facing the same issue. the makes the keyboard animation lag @ansh have you found a work around

![image](https://user-images.githubusercontent.com/63613078/192239662-999e9188-c49d-4fd4-8c30-e39909d1f1a3.png) The problem is that you don't have an `xs` breakpoint defined. Try and fix that and see the results👍

I'm not really sure what you want to do, but you don't need to import the `theme` object from the config to use your theme tokens. By prefixing them with...

Then I think the best this is the best solution. ```tsx import { styled, theme } from '../../../styles/stitches.config' const Component = styled('span', { mv: theme.space.xs.computedValue, // returns "var(--space-xs)" }) ```...

Also, if you're working with multiple themes or want the exact value. you can try this ```tsx import { styled, config} from '../../../styles/stitches.config' const Component = styled('span', { mv: config.space.xs,...

I don't know of any.

@troymcginnis I don't have any idea of how to fix your issue, but your documentation is top notch!!! It should make it easier for @tianenpang to help