Skip to content

Commit aee7579

Browse files
committed
🐛 fix: minor visual fixes to divider, tooltips
1 parent 7617675 commit aee7579

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/components/Divider/styles/Divider.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
hr.divider {
77
border: none;
8+
margin: 0;
89
}
910

1011
.divider--horizontal {

src/compositions/Tooltip/stories/InlineTextTooltip.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ const defaultArgs = {
237237
</Typography>
238238
),
239239
triangleBorderWidth: 2,
240+
triangleSize: 10,
240241
uncentered: false,
241242
withoutTogglerFocusStyle: false,
242243
withPopoverTogglerProps: false,

src/compositions/Tooltip/stories/InlineTooltip.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ const defaultArgs = {
266266
</Typography>
267267
),
268268
triangleColor: themes.light['color-P10'],
269+
triangleSize: 10,
269270
uncentered: false,
270271
width: 300,
271272
withoutTogglerFocusStyle: false,

src/compositions/Tooltip/stories/PortalTextTooltip.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ const defaultArgs = {
248248
</Typography>
249249
),
250250
triangleBorderWidth: 2,
251+
triangleSize: 10,
251252
uncentered: false,
252253
withoutTogglerFocusStyle: false,
253254
withPopoverTogglerProps: false,

src/compositions/Tooltip/stories/PortalTooltip.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ const defaultArgs = {
277277
</Typography>
278278
),
279279
triangleColor: themes.light['color-P10'],
280+
triangleSize: 10,
280281
uncentered: false,
281282
width: 300,
282283
withoutTogglerFocusStyle: false,

0 commit comments

Comments
 (0)