File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
app/src/organisms/Desktop/ProtocolVisualization/WellTooltip
components/src/molecules/LiquidIcon Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export function WellTooltip({
119119 < tr key = { groupId } className = { styles . tooltip_row } >
120120 < td >
121121 < LiquidIcon
122+ size = "xSmall"
122123 color = {
123124 liquidDisplayColors [ groupId ] ??
124125 swatchColors ( groupId )
Original file line number Diff line number Diff line change 1717
1818.tooltip_table {
1919 max-width : 20rem ;
20+ border-collapse : separate;
21+ border-spacing : 0 ;
2022}
2123
2224.tooltip_row {
2729 padding-left : var (--border-radius-8 );
2830}
2931
32+ /* space between liquids */
33+ .tooltip_row + .tooltip_row td {
34+ padding-top : var (--spacing-8 );
35+ }
36+
3037.divider {
3138 width : 100% ;
3239 height : 1px ;
40+ margin : var (--spacing-8 ) 0 ;
3341 background-color : # ffffff80 ;
3442}
3543
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export function LiquidIcon(props: LiquidIconProps): JSX.Element {
2424 LiquidIconSize ,
2525 { iconSize : string ; padding : string }
2626 > = {
27- xSmall : { iconSize : SPACING . spacing6 , padding : SPACING . spacing6 } ,
27+ xSmall : { iconSize : '0.375rem' , padding : SPACING . spacing6 } ,
2828 small : { iconSize : '0.5rem' , padding : SPACING . spacing8 } ,
2929 medium : { iconSize : '1rem' , padding : SPACING . spacing12 } ,
3030 }
You can’t perform that action at this time.
0 commit comments