@use '@growi/core-styles/scss/bootstrap/init' as bs; @use '@growi/core-styles/scss/variables/growi-official-colors'; @use '@growi/ui/scss/atoms/btn-muted'; @use '~/client/components/PageControls/button-styles'; .btn-rag-search :global { @extend %btn-basis; } // == Colors .btn-rag-search { @include btn-muted.colorize(bs.$purple); }