// Copyright (c) Mysten Labs, Inc. // Modifications Copyright (c) 2024 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 import { style } from '@vanilla-extract/css'; import { themeVars } from '../../../themes/themeContract.js'; export const container = style({ display: 'flex', flexDirection: 'column', gap: 4, overflowY: 'auto', }); export const icon = style({ color: themeVars.colors.body, });