We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6eb4fa + 971f11d commit a40f655Copy full SHA for a40f655
src/design-system/info-bar/info-bar.css.ts
@@ -10,13 +10,18 @@ export const container = sx({
10
alignItems: 'center',
11
});
12
13
-export const icon = sx({
14
- width: '$24',
15
- height: '$24',
16
- fontSize: '$25',
17
- mr: '$24',
18
- color: '$info_bar_icon_color',
19
-});
+export const icon = style([
+ sx({
+ width: '$24',
+ height: '$24',
+ fontSize: '$25',
+ mr: '$24',
+ color: '$info_bar_icon_color',
20
+ }),
21
+ {
22
+ flexShrink: 0,
23
+ },
24
+]);
25
26
export const message = style([
27
sx({
0 commit comments